Beldex-Coin / beldex-libapp-js

Used to generate the WebAssembly files used by the Desktop apps and Web Wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General dependencies

The Beldex libapp build requires you to have installed docker. Docker should be in your system's evironment path.

Building libapp

  1. Clone the repo git clone https://github.com/Beldex-Coin/beldex-libapp-js.git
  2. cd beldex-libapp-js
  3. Run bin/update_submodules
  4. rm -rf build && mkdir build
  5. rm libapp_js/BeldexLibAppCpp_*
  6. npm run build

By following these instructions, new WASM library is generated and copied to the libapp_js folder

About

Used to generate the WebAssembly files used by the Desktop apps and Web Wallet

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 88.6%Language:C++ 8.7%Language:CMake 1.8%Language:Shell 1.0%