Skip to content

zenywallet/pastel-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pastel Wallet

A sample wallet using Blockstor API

Requirements

Build Instructions

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 ws_url in public/js/pastel.js to ws://localhost:5001/ws/
  • Change baseurl in src/blockstor.nim to blockstor API URL
  • Change blockstor_apikey in src/config.nim to blockstor API key
  • Change newAsyncWebsocketClient in src/watcher.nim to blockstor WebSocket API
nimble depsAll
nimble build -d:release
nimble cipher
nimble minify

Launch

bin/pastel

About

A sample wallet using Blockstor API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published