A sample wallet using Blockstor API
- Nim https://nim-lang.org/
- Emscripten https://emscripten.org/
- Google Closure Compiler https://github.com/google/closure-compiler
- blockstor https://github.com/zenywallet/blockstor
git clone https://github.com/zenywallet/pastel-wallet
cd pastel-wallet
git submodule update --init
- Download Emscripten and install
- Download closure-compiler.jar and copy to bin/closure-compiler.jar
- Change src/config.nim as you like
nimble depsAll
nimble cipher
nimble minify
nimble build -d:release
bin/pastel