The Nym validator is a blockchain application. It maintains a token called nym
, which can be used for staking on mixnodes in the Nym network.
See the Nym validator quick-start docs.
If you are a Nym developer, you can run a development setup as follows.
First, start up all the Starport components (including the user interface) like so:
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") |