Skip to content

Tradecoin-Token/private-node-docker-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image with private custom node for Waves Platform. Available on Docker Hub: https://hub.docker.com/r/wavesplatform/waves-private-node

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%