All Projects → nem-toolchain → nem-toolchain

nem-toolchain / nem-toolchain

Licence: MIT license
Command line toolchain for NEM blockchain

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Mathematica
289 projects
shell
77523 projects

Projects that are alternatives of or similar to nem-toolchain

xcross
"Zero Setup" cross-compilation for C/C++. Supports numerous architectures, build systems, C standard libraries, vcpkg, and Conan.
Stars: ✭ 29 (+16%)
Mutual labels:  toolchain
blflash
bl602 serial flasher
Stars: ✭ 41 (+64%)
Mutual labels:  toolchain
rebuild
Zero-dependency, reproducible build environments
Stars: ✭ 48 (+92%)
Mutual labels:  toolchain
toolchain
A cmake based toolchain with support for diffrent micrcocontrollers.
Stars: ✭ 16 (-36%)
Mutual labels:  toolchain
symbol-dojo
nem2(catapult) Learning Hands-on Project (道場)
Stars: ✭ 12 (-52%)
Mutual labels:  nem
Arduino-CMake-Toolchain
CMake toolchain for all Arduino compatible boards
Stars: ✭ 108 (+332%)
Mutual labels:  toolchain
Toolchain
Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series
Stars: ✭ 229 (+816%)
Mutual labels:  toolchain
bx-github-ci
This tutorial provides one example on how a CI (Continuous Integration) workflow with the IAR Build Tools for Linux can be set up on GitHub. The IAR Build Tools on Linux are available for Arm, RISC-V and Renesas (RH850, RL78 and RX).
Stars: ✭ 20 (-20%)
Mutual labels:  toolchain
wasmbin
A self-generating WebAssembly parser & serializer in Rust.
Stars: ✭ 40 (+60%)
Mutual labels:  toolchain
mima
MIninmal MAchine Assembler and Simulator
Stars: ✭ 19 (-24%)
Mutual labels:  toolchain
neopo
A lightweight solution for local Particle development.
Stars: ✭ 19 (-24%)
Mutual labels:  toolchain
jpetstore-kubernetes
Modernize and Extend: JPetStore on IBM Cloud Kubernetes Service
Stars: ✭ 21 (-16%)
Mutual labels:  toolchain
nis-python-client
Python client for NEM NIS API (https://nemproject.github.io). XEM\NEM\Crypto
Stars: ✭ 16 (-36%)
Mutual labels:  nem
pacNEM
pacNEM is a Browser PacMan game with NodeJS, Socket.io, Handlebars and NEM Blockchain
Stars: ✭ 20 (-20%)
Mutual labels:  nem
bl iot sdk
BL602 SDK (Pine64 fork)
Stars: ✭ 115 (+360%)
Mutual labels:  toolchain
Ds2
Debug server for lldb.
Stars: ✭ 243 (+872%)
Mutual labels:  toolchain
docker
Docker-related material to setup, configure and develop with micro-ROS hardware.
Stars: ✭ 32 (+28%)
Mutual labels:  toolchain
SynnixOS
Hobbyist Operating System targeting x86_64 systems. Includes userspace, Virtual File System, An InitFS (tarfs), Lua port, easy porting, a decent LibC and LibM, and a shell that supports: piping, file redirection, and more.
Stars: ✭ 40 (+60%)
Mutual labels:  toolchain
NickelTC
A dockerized, deterministic, automated, fixed, and fully-relocatable build of @NiLuJe's toolchain for Kobo eReaders.
Stars: ✭ 19 (-24%)
Mutual labels:  toolchain
faucon
NVIDIA Falcon Microprocessor Suite
Stars: ✭ 28 (+12%)
Mutual labels:  toolchain

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):

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

How to install

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.

How to contribute

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.

How to get support

Check out our website for more usage specific details, or chat with us in the Gitter chat.

Donations

Our NEM address: NCSY3D-EVBGVX-MEPZWK-TIJWCA-OXL5NE-OLJPHX-LFLD

Thanks to

Licence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].