UNPKG

@bandprotocol/bandchain.js

Version:

Library for interacting with BandChain in browser and Node.js environments

30 lines (18 loc) 568 B
# BandChain.js BandChain.js is a library for interacting with BandChain in browser and Node.js environments. It uses `gRPC-web` as protocol. ## ⭐️ Features - Interacting with your BandChain wallet - Making transactions on BandChain - Making data requests to BandChain's oracle ## 📦 Installation BandChain.js is currently supported on Node.js 16.x, and 18.x. ### NPM ```bash npm install --save @bandprotocol/bandchain.js ``` ### Yarn ```bash yarn add @bandprotocol/bandchain.js ``` ## Compatibility BandChain v3.0.0, Cosmos SDK v0.50.0, IBC-go v8.5.2