Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faddat/pc-demo
Walking through starport w/pc
https://github.com/faddat/pc-demo
Last synced: 11 days ago
JSON representation
Walking through starport w/pc
- Host: GitHub
- URL: https://github.com/faddat/pc-demo
- Owner: faddat
- Created: 2021-02-17T12:24:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T03:20:47.000Z (over 1 year ago)
- Last Synced: 2024-04-14T22:52:38.819Z (7 months ago)
- Language: Go
- Size: 4.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pcdemo
**pcdemo** 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)