Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Grin Wallet Node.js API for Mac/Windows/Linux desktop wallet App devs

License

Notifications You must be signed in to change notification settings

gottstech/grinwallet-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grinwallet-nodejs

Grin Wallet Node.js APIs for Mac/Windows/Linux desktop App development.

Contributing

Requirements

  • 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
  • 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

Build steps

    git clone https://github.com/gottstech/grinwallet-nodejs.git
    cd grinwallet-nodejs
    neon build --release
or  npm install

Document

https://github.com/gottstech/grinwallet-nodejs/wiki

License

Apache License v2.0.

About

Grin Wallet Node.js API for Mac/Windows/Linux desktop wallet App devs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published