Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
/ local-testnet Public archive

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

License

Notifications You must be signed in to change notification settings

spacemeshos/local-testnet

Repository files navigation

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