ethernaut-wallet-ui
v1.1.11
Published
Ui extensions for the ethernaut-wallet package
Downloads
61
Readme
ethernaut-wallet-ui
Ui extensions for the ethernaut-wallet package
What
activate task
Custom prompts
- alias: Provides a list of wallets
info task
Custom prompts
- alias: Provides a list of wallets
remove task
Custom prompts
- alias: Provides a list of wallets
Installation
npm install ethernaut-wallet-ui
Import the plugin in your hardhat.config.js
:
require('ethernaut-wallet-ui')
Or if you are using TypeScript, in your hardhat.config.ts
:
import 'ethernaut-wallet-ui'
Required plugins
- ethernaut-wallet
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.