basics coin templates - SkycoinWikis/CXChains GitHub Wiki

CXCHAINS HOME » CX » CX CHAINS » COIN TEMPLATES

Coin Templates

A coin template is used by the newcoin command to generate a Go source file that is used to run a CX chain. These templates are located in the template/ directory.

The coin.template file is used to generate the cmd/cxcoin/cxcoin.go source file, while the file params.template is used to generate the file src/params/params.go source file. The former is used to run the peer and publisher nodes for the CX chain, while the latter is used to hold multiple configuration parameters for the CX chain nodes.

NEXT ->