Install WaxJS
There are several ways to download and install WaxJS:
NPM
bash
npm install @waxio/waxjsYARN
bash
yarn add @waxio/waxjsDownload 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.gitYou 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 docsRun tests
npm run testBuild lib
npm run buildBuild for web
npm run build-web