Javascript API for interacting with the Betoken fund.
npm install --save betoken-js
const BetokenAPI = require('betoken-js');
const web3Provider = 'wss://mainnet.infura.io/ws/v3/...';
const privateKey = '0xdeadbeef';
const betoken = await BetokenAPI(web3Provider, privateKey);
See BetokenJS Docs