Grin Wallet Node.js APIs for Mac/Windows/Linux desktop App development.
- rust 1.35+ (use rustup- i.e.
curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env
)- if rust is already installed, you can simply update version with
rustup update
- if rust is already installed, you can simply update version with
- npm 10. You can install it from here.
- neon. (install it by npm:
npm install --global neon-cli
)
For Debian-based distributions (Debian, Ubuntu, Mint, etc), to get the dependencies in a all-in-one line (except Rust and Npm):
apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev llvm
For Mac:
xcode-select --install
brew install --with-toolchain llvm
brew install pkg-config
brew install openssl
git clone https://github.com/gottstech/grinwallet-nodejs.git
cd grinwallet-nodejs
neon build --release
or npm install
https://github.com/gottstech/grinwallet-nodejs/wiki
Apache License v2.0.