Skip to content

Files

Latest commit

 

History

History
42 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.32 KB

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