⚡
Quick Start
Core JS SDK makes it easier for you to build javascript or node based web3 applications
- 1.Connecting to wallet providers
- 2.Connecting to blockchain networks
- 3.Listing supported or available blockchain network
- 4.Using utility functions for formatting crypto values
To use the SDK, you need to install the library using yarn or npm
Yarn
NPM
yarn add @xircus-web3/sdk
npm install @xircus-web3/sdk
Last modified 3mo ago