deal is an application specific blockchain built using Cosmos SDK and Tendermint, specifically to handle deals between online stores and vendors. It handles deals, contracts and fund related activity to decentralize the business model of online stores which prioritize the fair distribution of payments and non-violation of agreements.
- Install golang and starport.
- Clone the repository.
- Execute the command
starport chain build
to get the node's binary. - Node's binary
deald
can be used to execute transactions and queries.
Blockchain in development mode can be configured via config.yml
.
starport chain serve
serve
command installs dependencies, builds, initializes, and starts blockchain in development mode.
Please note that the deal blockchain is not part of any production or test network. It has been developed in reference with blog post series - Building an application specific blockchain using Cosmos SDK