diff --git a/data/dapps.yaml b/data/dapps.yaml new file mode 100644 index 0000000..a48ea4d --- /dev/null +++ b/data/dapps.yaml @@ -0,0 +1,39 @@ +title: Dapps +color: aqua +icon: stroke_marketing +description: Dapps under development for Dash Platform +content: + - title: DPNS + website: https://dashplatform.readme.io/docs/explanation-dpns + source: https://github.com/dashevo/js-dpp/tree/v0.11-dev/schema/identity + picture: /images/dapps/dapp.png + description: > + Name Service Dapp providing Usernames for Dash Blockchain Identities (LIVE) + - title: DashPay + website: https://github.com/dashevo + source: https://github.com/dashevo + picture: /images/dapps/dapp.png + description: > + Mobile Dapp enabling Username based payments and Platform authentication (WIP) + - title: MemoDash + website: https://github.com/dashevo/memo-dash-prototype + source: https://github.com/dashevo/memo-dash-prototype + picture: /images/dapps/dapp.png + description: > + Decentralized Twitter Alternative Dapp in REACT (BOUNTY) + - title: Dash Chrome-Wallet + website: https://github.com/readme55/Dash-Chrome-Wallet + source: https://github.com/readme55/Dash-Chrome-Wallet + picture: /images/dapps/dapp.png + description: > + Chrome-Extension Cryptocurrency Wallet for the Dash EvoNet-Testnet environment (WIP) + - title: Merchant Directory + website: https://app.dashnexus.org/proposals/dash-platform-merchant-directory/overview + picture: /images/dapps/dapp.png + description: > + Merchant Directory Dapp (PROPOSAL) + - title: Masternode Polling Tool + website: https://chat.dashdevs.org + picture: /images/dapps/dapp.png + description: > + Polling Masternodes for Decisions (IDEA) diff --git a/scripts/make-data.js b/scripts/make-data.js index c8d1811..1c9bc40 100644 --- a/scripts/make-data.js +++ b/scripts/make-data.js @@ -6,7 +6,7 @@ function getData () { const data = require('./data') data.push({ - title: 'Awesome IPFS', + title: 'Awesome Dash Platform', slug: '_index', content: data .reduce((arr, cat) => arr.concat(cat.content), [])