Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faddat/blurt
Blurt 2.0 prototype stage
https://github.com/faddat/blurt
Last synced: 11 days ago
JSON representation
Blurt 2.0 prototype stage
- Host: GitHub
- URL: https://github.com/faddat/blurt
- Owner: faddat
- Created: 2021-01-06T08:55:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:22:17.000Z (over 1 year ago)
- Last Synced: 2024-06-21T19:53:31.829Z (5 months ago)
- Language: Go
- Size: 1.18 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# blurt
**blurt** 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)