Ui extensions for the ethernaut-ai package
- model: Queries the OpenAI API for available models
npm install ethernaut-ai-ui
Import the plugin in your hardhat.config.js
:
require('ethernaut-ai-ui')
Or if you are using TypeScript, in your hardhat.config.ts
:
import 'ethernaut-ai-ui'
- ethernaut-ai
This plugin does not add any tasks.
This plugin doesn't add any fields to the hre.
This plugin doesn't add any fields to the hardhat configuration file.
There are no additional steps you need to take for this plugin to work.