Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

wavesplatform/private-node-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is no longer maintained. Private node is now published from the node repo.

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 --name waves-private-node -p 6869:6869 wavesplatform/waves-private-node

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

Use Stagenet version

If you would like to try Stagenet version of Waves Node, then use docker tag stagenet:
docker run -d --name waves-private-node -p 6869:6869 wavesplatform/waves-private-node:stagenet

Preserve blockchain state

If you want to keep the blockchain state, then just stop the container instead of killing it, and start it again when needed:
docker stop waves-private-node docker start waves-private-node

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •