https://github.com/fadeev/planet
https://github.com/fadeev/planet
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fadeev/planet
- Owner: fadeev
- Created: 2021-05-18T02:34:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T02:37:28.000Z (about 5 years ago)
- Last Synced: 2025-02-15T19:54:29.789Z (over 1 year ago)
- Language: TypeScript
- Size: 4.75 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# planet
**planet** 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)