Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.38 KB

Waves private node

The image is useful for developing dApps and other smart contracts on Waves blockchain. Uses actual Mainnet version by default.

Getting started

To run the node,
docker run -d -p 6860:6860 -p 6869:6869 wavesplatform/waves-private-node

To view node API documentation, open http://localhost:6869/

Configuration details

The node is configured with:

  • faster generation of blocks (10 sec interval)
  • all features pre-activated
  • custom chain id - R
  • api_key waves-private-node
  • default miner account with all Waves tokens (you can distribute these tokens to other accounts as you wish):
    rich account:
        Seed text:           waves private node seed with waves tokens
        Seed:                TBXHUUcVx2n3Rgszpu5MCybRaR86JGmqCWp7XKh7czU57ox5dgjdX4K4
        Account seed:        HewBh5uTNEGLVpmDPkJoHEi5vbZ6uk7fjKdP5ghiXKBs
        Private account key: 83M4HnCQxrDMzUQqwmxfTVJPTE9WdE7zjAooZZm2jCyV
        Public account key:  AXbaBkJNocyrVpwqTzD4TpUY8fQ6eeRto9k1m2bNCzXV
        Account address:     3M4qwDomRabJKLZxuXhwfqLApQkU592nWxF
    

Full node configuration is available on Github in waves.custom.conf: https://github.com/wavesplatform/private-node-docker-image

Image tags

You can use the following tags:

  • latest - current version of Mainnet and Testnet
  • stagenet - current version of Stagenet
  • vX.X.X - specific version of Waves Node