https://github.com/fadeev/stargate-scaffold
https://github.com/fadeev/stargate-scaffold
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fadeev/stargate-scaffold
- Owner: fadeev
- Created: 2020-12-09T08:08:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T08:08:45.000Z (over 5 years ago)
- Last Synced: 2025-02-15T19:54:29.575Z (over 1 year ago)
- Language: Go
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# foo
**foo** is a blockchain application built using Cosmos SDK and Tendermint and generated with [Starport](https://github.com/tendermint/starport).
## Get started
```
starport serve
```
`serve` command installs dependencies, initializes and runs the application.
## Configure
Initialization parameters of your app are stored in `config.yml`.
### `accounts`
A list of user accounts created during genesis of your application.
| Key | Required | Type | Description |
| ----- | -------- | --------------- | ------------------------------------------------- |
| name | Y | String | Local name of the key pair |
| coins | Y | List of Strings | Initial coins with denominations (e.g. "100coin") |
## Learn more
- [Starport](https://github.com/tendermint/starport)
- [Cosmos SDK documentation](https://docs.cosmos.network)
- [Cosmos Tutorials](https://tutorials.cosmos.network)
- [Channel on Discord](https://discord.gg/W8trcGV)