Command line toolchain for NEM blockchain.
Run docker container with interactive mode (will be deletaed after shutdown):
$ docker run --rm -it nem-toolchain/latest /bin/sh
Prerequisites: Go 1.8+
To install, simply run:
$ go get github.com/nem-toolchain/nem-toolchain/cmd/nem
Make sure your PATH
includes the $GOPATH/bin
directory so your commands can be easily used:
$ export PATH=$PATH:$GOPATH/bin
Verify development snapshot installation with:
$ nem -v
nem version git
If you look for releases instead, there are already prepared tarball releases.
You are always welcome to fix not yet assigned bugs or can help us with extraordinary issues.
Check out the technical documentation, there you can find project roadmap, implementation details, useful links and another development related info. In addition please don't forget to read and accept the contributing guide.
Check out our website for more usage specific details, or chat with us in the Gitter chat.
Our NEM address:
NCSY3D-EVBGVX-MEPZWK-TIJWCA-OXL5NE-OLJPHX-LFLD
- JetBrains for free open-source license for IntelliJ IDEA Ultimate and GoLand.