Javascript API for managing the Betoken fund. Start building trading bots & apps on top of Betoken crowd-powered crypto-assets management protocol.
Betoken JS is a multipurpose API allowing fund managers, investors, and DeFi users to create and automate new ways to interact with Betoken fund.
It will serve as a base platform upon which fund managers with limited technical expertise can plug their crypto trading bots, set up their limit orders or build new applications to interact directly with Betoken ecosystem.
Investors will be able to automate the monitoring of their Betoken shares and set up automated deposits and withdrawals.
Developers of DeFi apps with the goal to unify the DeFi landscape can allow their users to interact with Betoken ecosystem without living their UI.
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);