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 .
- OS X or Linux or Windows
- Docker
- NPM
- Docker Compose
Run the following command locally to publish new version of the package to npm.
npm run build
cd dist && npm publish