An open API service indexing awesome lists of open source software.

https://github.com/nem-toolchain/nem-toolchain

Command line toolchain for NEM blockchain
https://github.com/nem-toolchain/nem-toolchain

blockchain cli golang nem toolchain

Last synced: 5 months ago
JSON representation

Command line toolchain for NEM blockchain

Awesome Lists containing this project

README

          


nem-toolchain logo

nem-toolchain


Command line toolchain for NEM blockchain.



Join the chat at https://gitter.im/nem-toolchain/Lobby
CircleCI
Travis
AppVeyor
Coverage Status
Release
Go Doc
Go Report Card
Software License

---

## How to try

Run docker container with interactive mode (will be deletaed after shutdown):

```console
$ docker run --rm -it nem-toolchain/latest /bin/sh
```

## How to install

Prerequisites: [Go 1.8+](http://golang.org/doc/install)

To install, simply run:

```console
$ 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:

```console
$ export PATH=$PATH:$GOPATH/bin
```

Verify development snapshot installation with:

```console
$ nem -v
nem version git
```

If you look for releases instead, there are already prepared
[tarball releases](https://github.com/nem-toolchain/nem-toolchain/releases/latest).

## How to contribute

You are always welcome to fix
[not yet assigned bugs](https://github.com/nem-toolchain/nem-toolchain/issues?q=is%3Aopen+label%3A%22non-critical%20bug%22+no%3Aassignee)
or can help us with [extraordinary issues](https://github.com/nem-toolchain/nem-toolchain/labels/help%20wanted).

Check out the [technical documentation](https://github.com/nem-toolchain/nem-toolchain/wiki),
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](CONTRIBUTING.md).

## How to get support

Check out [our website](https://git.io/nemtool) for more usage specific details,
or chat with us in the [Gitter chat](https://gitter.im/nem-toolchain/Lobby).

## Donations

Our NEM address:
[`NCSY3D-EVBGVX-MEPZWK-TIJWCA-OXL5NE-OLJPHX-LFLD`](http://chain.nem.ninja/#/account/NCSY3D-EVBGVX-MEPZWK-TIJWCA-OXL5NE-OLJPHX-LFLD)

## Thanks to

* [JetBrains](https://www.jetbrains.com) for free open-source license for
[IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea) and [GoLand](https://www.jetbrains.com/go/).

## Licence

[MIT](LICENSE)