0.1.0 • Published 1 year ago

@shibarmy/shibariumjs-web3 v0.1.0

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

npm version

shibariumjs-web3

web3.js plugin for shibarium.js

Installation

npm i @shibarmy/shibariumjs-web3

Examples

All the examples are in the examples folder.

Docs

import { use } from '@shibarmy/shibariumjs'
import { Web3ClientPlugin } from '@shibarmy/shibariumjs-web3'

// install web3 plugin
use(Web3ClientPlugin)

That's all you need to do and web3.js will be used for web3 calls.