Skip to main content

EthersJS

EthersJs library aims to be a complete and compact library for interacting with the Ethereum Blockchain and its ecosystem. While you can very well install ethers.js directly by following the documentation above, we do recommend using the one dripverse sdk provides, as this one will have added functionalities

Import​

import { ethers } from 'dripverse';

or

const { ethers } = require('dripverse');
EthersJs

Note: To learn more usage of EthersJs, please follow the guide here. You can try out interesting functions on the ethers playground.