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
- Host: GitHub
- URL: https://github.com/nem-toolchain/nem-toolchain
- Owner: nem-toolchain
- License: mit
- Created: 2017-09-13T20:31:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T14:05:57.000Z (about 8 years ago)
- Last Synced: 2024-06-20T17:49:53.109Z (almost 2 years ago)
- Topics: blockchain, cli, golang, nem, toolchain
- Language: Go
- Homepage: https://git.io/nemtool
- Size: 546 KB
- Stars: 25
- Watchers: 7
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS.md
Awesome Lists containing this project
README
nem-toolchain
Command line toolchain for NEM blockchain.
---
## 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)