Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmolik/cornwall
starport cosmos testing
https://github.com/dmolik/cornwall
Last synced: about 15 hours ago
JSON representation
starport cosmos testing
- Host: GitHub
- URL: https://github.com/dmolik/cornwall
- Owner: dmolik
- Created: 2021-02-10T21:40:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T21:41:51.000Z (over 3 years ago)
- Last Synced: 2024-04-20T00:29:14.094Z (7 months ago)
- Language: Go
- Size: 2.89 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# cornwall
**cornwall** is a blockchain built using Cosmos SDK and Tendermint and created with [Starport](https://github.com/tendermint/starport).
## Get started
```
starport serve
````serve` command installs dependencies, builds, initializes and starts your blockchain in development.
## Configure
Your blockchain in development can be configured with `config.yml`. To learn more see the [reference](https://github.com/tendermint/starport#documentation).
## Launch
To launch your blockchain live on mutliple nodes use `starport network` commands. Learn more about [Starport Network](https://github.com/tendermint/spn).
## Learn more
- [Starport](https://github.com/tendermint/starport)
- [Cosmos SDK documentation](https://docs.cosmos.network)
- [Cosmos SDK Tutorials](https://tutorials.cosmos.network)
- [Discord](https://discord.gg/W8trcGV)