0.0.6 • Published 4 years ago

libcoins v0.0.6

Weekly downloads
24
License
-
Repository
github
Last release
4 years ago

lib-coins

Trust Wallet bindings to WebAssembly via Emscripten.

Requirements

Configuring

  • Clone this repo with submodules:

    $ git clone --recursive git@github.com: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
0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago