Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 407 Bytes

ethereum_configuration.md

File metadata and controls

12 lines (9 loc) · 407 Bytes

Issuing on the Ethereum Blockchain

To issue on the Ethereum blockchain, you will to configure the following:

pk_issuer.txt

This should hold the Hex string of the BIP32 derived private key, generated from your own seed, prefixed by 0x.

conf.ini

issuing_address=0xYOUR_ADDRESS # matching with the private key above
chain=ethereum_ropsten # one of ['ethereum_ropsten', 'ethereum_mainnet']