@shibarmy/shibariumjs-ethers
v0.1.0
Published
ethers plugin for shibarium.js
Downloads
3
Keywords
Readme
shibariumjs-ethers
ethers plugin for shibarium.js
Installation
npm i @shibarmy/shibariumjs-ethers
Docs
import { use } from '@shibarmy/shibariumjs'
import { Web3ClientPlugin } from '@shibarmy/shibariumjs-ethers'
// install ethers plugin
use(Web3ClientPlugin)
That's all you need to do and ethers
will be used for web3 calls.