Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added apps/ekival/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions apps/ekival/json/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "../../../schemas/app.manifest.schema.json",
"schemaVersion": 2,
"slug": "ekival",
"name": "Ekival",
"shortDescription": "P2P escrow for fiat ↔ crypto trades — collateral-backed settlement for mobile money and local payment rails.",
"description": "Ekival is a peer-to-peer trading platform with on-chain escrow. Makers and takers match buy/sell orders; fiat is sent off-chain (mobile money, bank transfer, etc.) while crypto is locked in escrow until both sides confirm remittance and receipt.\n\nThe Safrochain deployment uses a CosmWasm port of Ekival's proven Cardano escrow state machine (CreateOrder → TakerCommit → ConfirmRemit → ConfirmReceipt). It powers fiat on-ramp and off-ramp flows for ecosystem apps such as Safrimba savings circles, with dispute resolution and configurable fees.",
"url": "https://dapp.ekival.com/",
"version": "0.1.0",
"status": "beta",
"statusNote": "Live P2P product on Cardano; Safrochain CosmWasm escrow on testnet with mainnet at launch.",
"chains": ["safrochain-testnet", "safrochain-mainnet"],
"category": "defi",
"tags": ["p2p", "escrow", "cosmwasm", "mobile-money", "fiat-ramp", "featured"],
"links": {
"website": "https://dapp.ekival.com/"
},
"isOpenSource": true,
"license": "Apache-2.0",
"languages": ["en", "fr"],
"submittedAt": "2026-06-27",
"updatedAt": "2026-06-27"
}
4 changes: 2 additions & 2 deletions featured.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"slugs": ["safrimba", "safrohub", "faucettestnet"],
"updatedAt": "2026-05-16"
"slugs": ["safrimba", "ekival", "safrohub", "faucettestnet"],
"updatedAt": "2026-06-27"
}
41 changes: 40 additions & 1 deletion registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,44 @@
"url": "https://eightsaf.io/",
"version": "1.6.1"
},
{
"$schema": "../../../schemas/app.manifest.schema.json",
"category": "defi",
"chains": [
"safrochain-testnet",
"safrochain-mainnet"
],
"description": "Ekival is a peer-to-peer trading platform with on-chain escrow. Makers and takers match buy/sell orders; fiat is sent off-chain (mobile money, bank transfer, etc.) while crypto is locked in escrow until both sides confirm remittance and receipt.\n\nThe Safrochain deployment uses a CosmWasm port of Ekival's proven Cardano escrow state machine (CreateOrder → TakerCommit → ConfirmRemit → ConfirmReceipt). It powers fiat on-ramp and off-ramp flows for ecosystem apps such as Safrimba savings circles, with dispute resolution and configurable fees.",
"isOpenSource": true,
"languages": [
"en",
"fr"
],
"license": "Apache-2.0",
"links": {
"website": "https://dapp.ekival.com/"
},
"logoPath": "apps/ekival/img/logo.png",
"manifestPath": "apps/ekival/json/app.json",
"name": "Ekival",
"schemaVersion": 2,
"shortDescription": "P2P escrow for fiat ↔ crypto trades — collateral-backed settlement for mobile money and local payment rails.",
"slug": "ekival",
"status": "beta",
"statusNote": "Live P2P product on Cardano; Safrochain CosmWasm escrow on testnet with mainnet at launch.",
"submittedAt": "2026-06-27",
"tags": [
"p2p",
"escrow",
"cosmwasm",
"mobile-money",
"fiat-ramp",
"featured"
],
"updatedAt": "2026-06-27",
"url": "https://dapp.ekival.com/",
"version": "0.1.0"
},
{
"$schema": "../../../schemas/app.manifest.schema.json",
"category": "analytics",
Expand Down Expand Up @@ -595,9 +633,10 @@
],
"featuredSlugs": [
"safrimba",
"ekival",
"safrohub",
"faucettestnet"
],
"generatedAt": "2026-06-11",
"generatedAt": "2026-06-27",
"registryVersion": 1
}
Loading