https://github.com/masterpi-2124/sets
https://github.com/masterpi-2124/sets
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/masterpi-2124/sets
- Owner: MasterPi-2124
- Created: 2021-04-17T10:35:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T11:43:54.000Z (about 5 years ago)
- Last Synced: 2025-03-01T17:48:17.172Z (over 1 year ago)
- Size: 4.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# setscarbon
**setscarbon** 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)