Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harry-027/deal
An application specific blockchain using Cosmos SDK & Tendermint
https://github.com/harry-027/deal
blockchain cosmos-sdk dapp tendermint web3
Last synced: about 2 months ago
JSON representation
An application specific blockchain using Cosmos SDK & Tendermint
- Host: GitHub
- URL: https://github.com/harry-027/deal
- Owner: Harry-027
- License: mit
- Created: 2022-03-30T15:35:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T11:28:00.000Z (over 2 years ago)
- Last Synced: 2024-06-20T10:19:53.200Z (7 months ago)
- Topics: blockchain, cosmos-sdk, dapp, tendermint, web3
- Language: Go
- Homepage: https://medium.com/@harish0y2j/building-an-application-specific-blockchain-using-cosmos-sdk-part-1-1f8388902fc8
- Size: 763 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Deal
**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
* 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.### Configure
Blockchain in development mode can be configured via `config.yml`.## Running locally
```
starport chain serve
```
`serve` command installs dependencies, builds, initializes, and starts blockchain in development mode.#### Note -
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](https://medium.com/@harish0y2j/building-an-application-specific-blockchain-using-cosmos-sdk-part-1-1f8388902fc8)