Skip to content

Betoken/betoken-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetokenJS

Javascript API for interacting with the Betoken fund.

Getting Started

1. Install via npm

npm install --save betoken-js

2. Import BetokenJS

const BetokenAPI = require('betoken-js');

3. Initialize BetokenJS with your web3 provider & Ethereum private key

const web3Provider = 'wss://mainnet.infura.io/ws/v3/...';
const privateKey = '0xdeadbeef';
const betoken = await BetokenAPI(web3Provider, privateKey);

Documentation

See BetokenJS Docs

About

JavaScript API for building bots & apps on Betoken

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published