0.0.10 • Published 9 months ago

ethlab-hardhat v0.0.10

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

EthLab Hardhat Plugin

This plugin can be used to track realtime contract deployments.

EthLab can listen to the local chain for contract deployments, attempt to match them with the ABIs of your contracts, and finally save that deployment information to a contracts.data.json.

Requires ethers. (ethers.js)

Installation

To start working on your project, just run

npm install --save-dev hardhat-ethlab

Required plugins

Configuration

<A description of each extension to the HardhatConfig or to its fields>

This plugin extends the HardhatUserConfig's ProjectPathsUserConfig object with an optional path: ethlabOutput. Most of the time this path should point to the assets directory in your ethlab-ui directory.

This is an example of how to set it:

module.exports = {
  paths: {
    ethlabOutput: "./ethlab",
  },
};
0.0.10

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago