Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.67 KB

File metadata and controls

44 lines (28 loc) · 1.67 KB

Testnet

You may want to test the node in a safe environment before running a mainnet node. The testnet configuration allows to experiment and run tests without affecting the mainnet.

Installation

  • Automatic installation

    You can use the installation script to automatically install the node for testnet:

    # Fetches the script and install the latest stable ADAMANT version using testnet config
    sudo bash -c "$(wget -O - https://adamant.im/install_node.sh)" -O -b master -n testnet -j jod

    This will create test/config.json file, which you can edit as needed.

  • Manually setup

    To manually set up and run a local test node, copy the default config file and edit your copy:

    cp test/config.default.json test/config.json

Running ADM testnet node

To start the testnet node:

npm run start:testnet

Running tests

Refer to CONTRIBUTING.md.

Helpful links and info