Skip to content

Install WaxJS

There are several ways to download and install WaxJS:

NPM

bash
npm install @waxio/waxjs

YARN

bash
yarn add @waxio/waxjs

Download Code and Sample Project

The WaxJS Source Code Repository includes the waxjs.js minified bundle along with a sample project.

To download the WaxJS repository, paste the following into the command line:

git clone --recursive https://github.com/worldwide-asset-exchange/waxjs.git

You can locate waxjs.js and a sample project in the dist-web folder. To run the sample, launch index.html from a local webserver.

If you'd like to build the entire project:

Generate docs

npm run docs

Run tests

npm run test

Build lib

npm run build

Build for web

npm run build-web