Rama.js

Installation

Rama.js is made up of a main library and an Ethereum library:

Main library

The main library has the core logic and provides different APIs. The user interacts mostly with this library.

npm i @ramestta/ramajs

Ethereum library

The Ethereum library allows us to use any favorite ether library. It is injected into ramajs using plugins.

matic.js supports two popular library -

Web3.js

npm install @ramestta/rama-web3

ethers

npm install @maticnetwork/rama-ethers

Last updated