Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faddat/vncarbon
Demo chain for Vietnam carbon emissions
https://github.com/faddat/vncarbon
Last synced: 11 days ago
JSON representation
Demo chain for Vietnam carbon emissions
- Host: GitHub
- URL: https://github.com/faddat/vncarbon
- Owner: faddat
- Created: 2021-01-16T19:10:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T18:15:49.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T16:57:01.260Z (5 months ago)
- Language: Go
- Size: 3.35 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# vncarbon
**vncarbon** 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") |### CI
By default, this chain includes a github action that builds for amd64 and arm64 on Windows, Mac, and Linux.
### Docker Images And Pi Images
In order for Docker images and Raspberry Pi images to build successfully, please add your docker hub credentials as [secrets](https://github.com/(faddat/vncarbon/settings/secrets/actions)
Add these:
DOCKERHUB_USERNAME
DOCKERHUB_TOKENYou can get the token [here](https://hub.docker.com/settings/security)
## 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)