ethernaut-network-ui
v1.1.11
Published
Ui extensions for the ethernaut-network package
Downloads
52
Readme
ethernaut-network-ui
Ui extensions for the ethernaut-network package
What
add task
Custom prompts
- url: Provides a list of common networks and known provider urls
activate task
Custom prompts
- alias: Provides a list of available networks
edit task
Custom prompts
- alias: Provides a list of available networks
remove task
Custom prompts
- alias: Provides a list of available networks
node task
Custom prompts
- fork: Provides a list of available networks to fork
info task
Custom prompts
- alias: Provides a list of available networks
Installation
npm install ethernaut-network-ui
Import the plugin in your hardhat.config.js
:
require('ethernaut-network-ui')
Or if you are using TypeScript, in your hardhat.config.ts
:
import 'ethernaut-network-ui'
Required plugins
- ethernaut-network
Tasks
This plugin does not add any tasks.
Environment extensions
This plugin doesn't add any fields to the hre.
Configuration
This plugin doesn't add any fields to the hardhat configuration file.
Usage
There are no additional steps you need to take for this plugin to work.