3.0.0-next.0 • Published 10 months ago

@ignored/hardhat-vnext-ethers v3.0.0-next.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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
3.0.0-next.11

10 months ago

3.0.0-next.9

10 months ago

3.0.0-next.6

10 months ago

3.0.0-next.5

10 months ago

3.0.0-next.8

10 months ago

3.0.0-next.7

10 months ago

3.0.0-next.2

10 months ago

3.0.0-next.1

10 months ago

3.0.0-next.4

10 months ago

3.0.0-next.3

10 months ago

3.0.0-next.0

10 months ago