Skip to content

wallet for interacting with safex cash and token with an interface to the world marketplace

License

Notifications You must be signed in to change notification settings

safex/twmwallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

594 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twmwallet

wallet for interacting with safex cash and token and an interface to the world marketplace

Releases

You can download the latest release from (https://github.com/safex/twmwallet/releases) .

Linux

You should have NodeJS 13.8+ installed

installing nodejs 13 on Ubuntu
$ curl -sL https://deb.nodesource.com/setup_13.x | sudo bash -
$ sudo apt-get install -y nodejs
$ $ node -v
$ v13.10.0
$ sudo apt update && sudo apt install build-essential cmake pkg-config \
    libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libminiupnpc-dev \
    libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev \
    libgtest-dev doxygen graphviz libpcsclite-dev
$ npm install
$ ./node_modules/.bin/electron-rebuild
$ npm run dev

MacOS

$ brew tap jmuncaster/homebrew-header-only
$ brew install cmake boost zmq czmq zeromq jmuncaster/header-only/cppzmq openssl pkg-config
$ npm install -g node-gyp
$ export LDFLAGS="-L/usr/local/opt/openssl/lib"
$ export CPPFLAGS="-I/usr/local/opt/openssl/include"
$ npm install
$ ./node_modules/.bin/electron-rebuild
$ npm run dev

Windows

Run Command Prompt as Administrator

$ npm install --global --production windows-build-tools
$ npm install
$ npm run dev

About

wallet for interacting with safex cash and token with an interface to the world marketplace

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages