Skip to content

rickau123/nym-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nym validator

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.

Installing and running

See the Nym validator quick-start docs.

Developing

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.

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

About

The Nym validator node

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.1%
  • HTML 1.3%
  • Other 0.6%