binance-utils

1.0.2 • Public • Published

binance-utils

Binance Chain JavaScript SDK allows browsers and node.js clients to interact with Binance Chain. Rewrite signatures and build transactions according to @binance-chain/javascript-sdk to make them build, sign, and separate broadcast transactions

Install and import

>$ npm i binance-utils --save
const Binance = require('binance-utils');
or
import Binance from 'binance-utils';

Modules

  • Transaction - Build an unsigned transaction object.
  • RawTransaction - Build an unsigned rawTransaction hex string.
  • BnbApi - Create binance API server.
  • BnbRpc - Node RPC client.
  • Wallet - Create or import BNB wallet, generate mnemonic, keystore.
  • utils - Utils
  • encoder - amino.encode
  • decoder - amino.decode
  • crypto - Core cryptographic functions.

API

API documentation

Package Sidebar

Install

npm i binance-utils

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

105 kB

Total Files

22

Last publish

Collaborators

  • drunken