libcoins
v0.0.6
Published
Trust Wallet bindings to WebAssembly via Emscripten
Readme
lib-coins
Trust Wallet bindings to WebAssembly via Emscripten.
Requirements
- emscripten 1.39.x
- Trust Wallet dependencies
Configuring
Clone this repo with submodules:
$ git clone --recursive [email protected]:blockchain/lib-coins.gitSet
EMSCRIPTENenvironment variable to Emscripten SDK location:$ export EMSCRIPTEN=$HOME/sandbox/emsdk/upstream/emscripten
Building
Build Trust Wallet (might take a while):
$ make coreBuild WASM bindings:
$ make buildServe HTML files (requires
emruninPATH):$ make serve
