0.1.0 • Published 1 year ago

@shibarmy/shibariumjs-ethers v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

TEST npm version

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.