/local-testnet

A local testnet of go-spacemesh full nodes running the Spacemesh protocol and a functional CLI wallet. 💾⏰

Primary LanguageTypeScriptMIT LicenseMIT

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

  • OS X or Linux or Windows
  • Docker
  • NPM
  • Docker Compose

Updating NPM

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

npm run build
cd dist && npm publish