@ignored/hardhat-vnext-ethers

3.0.0-next.0 • Public • Published

hardhat-ethers

Hardhat plugin for integration with ethers.js.

Usage

const { ethers } = await hre.network.connect();

// ethers functionalities
ethers.isAddress("0x1234567890123456789012345678901234567890");

// ethers.Provider
await ethers.provider.getBlockNumber();

// Hardhat helper methods
await ethers.getSigners();

Tests

Temporary solution to run manual tests until the V3 node is ready.

  1. Start a node in Hardhat V2: npx hardhat node
  2. Run the tests: pnpm test:tmp

Package Sidebar

Install

npm i @ignored/hardhat-vnext-ethers

Weekly Downloads

91

Version

3.0.0-next.0

License

MIT

Unpacked Size

242 kB

Total Files

63

Last publish

Collaborators

  • omartawfik
  • nomic-foundation-publisher
  • zoeytm
  • antico5
  • kanej
  • fvictorio
  • alcuadrado