HackMD doc: https://hackmd.io/@oZRKXxjmQTCueM5T_JZcMQ/rJFEbiio9 (most up to date information) crow is a blockchain built using Cosmos SDK and Tendermint and created with Ignite CLI.
A marketplace for physical goods using an escrow (hence CROW) based model for payments
Amazon-like marketplace where listed items and transactions are stored and manipulated on a blockchain
eBay-like marketplace where listed items can be sold in an auction
Point of sale transactions for brick and mortar stores.
- We have producers and users whitelists as well as a marketplace
- A producer is a whitelisted address that can list goods on the marketplace
- A user is a whitelisted address that can buy goods on the marketplace
- The marketplace stores listed items
- Governance settles disputes between users and producers
- Item is not as described
- Item did not arrive
- Item is damaged
- Staked addresses can vote for governance and are rewarded for participating in settling disputes
ignite chain serve -r
serve
command installs dependencies, builds, initializes, and starts the blockchain in development.
Ignite CLI has scaffolded a Vue.js-based web app in the vue
directory. Run the following commands to install dependencies and start the app:
cd vue
npm install
npm run serve
The frontend app is built using the @starport/vue
and @starport/vuex
packages. For details, see the monorepo for Ignite front-end development.