Skip to content
Ionut Moraru edited this page Sep 26, 2018 · 13 revisions

The Testnet is designed to allow you to easily push and test changes to the WebDollar nodes.

For all commits on all branches, a docker container is being built and stored. If you want to test a particular version go to the DockerHub dashboard and go the Tags section. Tag names are based on commit hashes.

Pipeline

Github -> Wercker -> DockerHub -> Rancher

Services

Test

Locally

export NETWORK=testnet, and then npm run commands

Note: If you have a blockchainDB3 from Mainnet, you have to delete it.

Locally on Docker

docker run -it -e NETWORK=testnet webdollarcoin/node-webdollar:master

Note: You can replace master with any commit hash.

Explorer

You can use the WebdScan explorer for testnet: https://testnet.webdscan.io

Clone this wiki locally