0.0.6 • Published 6 years ago

libcoins v0.0.6

Weekly downloads
24
License
-
Repository
github
Last release
6 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

6 years ago

0.0.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago