Home

Awesome

Spacemesh Local Testnet (Localnet)

NOTE: this project is not actively maintained at present and is likely not functional.

This repo contains the source code of the spacemesh-local-testnet npm pacakge. This package enable developers to run a 10 node Spacemesh testnet locally on one computer.

To run a local testnet follow the instructions in this guide.

To learn more about the Spacemesh cryptocurrency visit https://spacemesh.io .

Build Prerequisites

Updating NPM

Run the following command locally to publish new version of the package to npm.

npm run build
cd dist && npm publish