diff --git a/apps/ekival/img/logo.png b/apps/ekival/img/logo.png new file mode 100644 index 0000000..d64d0b7 Binary files /dev/null and b/apps/ekival/img/logo.png differ diff --git a/apps/ekival/json/app.json b/apps/ekival/json/app.json new file mode 100644 index 0000000..f1b7ca0 --- /dev/null +++ b/apps/ekival/json/app.json @@ -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" +} diff --git a/featured.json b/featured.json index 65ec8bc..68164d5 100644 --- a/featured.json +++ b/featured.json @@ -1,4 +1,4 @@ { - "slugs": ["safrimba", "safrohub", "faucettestnet"], - "updatedAt": "2026-05-16" + "slugs": ["safrimba", "ekival", "safrohub", "faucettestnet"], + "updatedAt": "2026-06-27" } diff --git a/registry.json b/registry.json index 0af8867..9aa94a8 100644 --- a/registry.json +++ b/registry.json @@ -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", @@ -595,9 +633,10 @@ ], "featuredSlugs": [ "safrimba", + "ekival", "safrohub", "faucettestnet" ], - "generatedAt": "2026-06-11", + "generatedAt": "2026-06-27", "registryVersion": 1 }