@ramestta/rama-web3
v1.0.1
Published
web3.js plugin for rama.js
Downloads
3
Readme
rama-web3
web3.js plugin for rama.js
Installation
npm i @ramestta/rama-web3
Examples
All the examples are in the examples folder.
Docs
import { use } from '@ramestta/ramajs'
import { Web3ClientPlugin } from '@ramestta/rama-web3'
// install web3 plugin
use(Web3ClientPlugin)
That's all you need to do and web3.js
will be used for web3 calls.