JavaScript SDK
Installation
$ npm install @8pay/sdkUsage
const Web3 = require('web3');
const EightPaySDK = require('@8pay/sdk');
const web3 = new Web3('<provider-url>');
const eightPay = new EightPaySDK(web3, EightPaySDK.Network.BSC);Sending transactions
Estimate gas
Options
Events
Methods
Fixed Recurring
Bill
Terminate
Variable Recurring
Bill
Terminate
On Demand
Bill
Terminate
Accounts
Utils
Last updated