voter is a blockchain application built using Cosmos SDK and Tendermint and generated with Starport.
starport serve
serve
command installs dependencies, initializes and runs the application.
Initialization parameters of your app are stored in config.yml
.
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") |
Click the link below, and scroll down until you see it get her pages. Then, select the branch gh-pages.
[Github Pages Setings](https://github.com/(drcyph3r/voter/settings/)
After you do that you can visit your chain's UI at:
https://drcyph3r.github.io/voter
This is especially useful when you would like to rapidly iterate on a live user interface. Remember, each community member can have their own github pages instance, allowing your community to mix-and-match front ends.
By default, this chain includes a github action that builds for amd64 and arm64 on Windows, Mac, and Linux.
In order for Docker images and Raspberry Pi images to build successfully, please add your docker hub credentials as secrets
Add these:
DOCKERHUB_USERNAME DOCKERHUB_TOKEN
You can get the token here