libcoins

v0.0.6
Trust Wallet bindings to WebAssembly via Emscripten

lib-coins

Trust Wallet bindings to WebAssembly via Emscripten.

Requirements

Configuring

  • Clone this repo with submodules:

    $ git clone --recursive [email protected]:blockchain/lib-coins.git
    
  • Set EMSCRIPTEN environment variable to Emscripten SDK location:

    $ export EMSCRIPTEN=$HOME/sandbox/emsdk/upstream/emscripten
    

Building

  • Build Trust Wallet (might take a while):

    $ make core
    
  • Build WASM bindings:

    $ make build
    
  • Serve HTML files (requires emrun in PATH):

    $ make serve
    
npm i libcoins

Metadata

  • Unknown
  • Whatever
  • Pavel Kiselyov
  • released 6/17/2020

Downloads