Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 736 Bytes

File metadata and controls

49 lines (28 loc) · 736 Bytes

ethernaut-ai-ui

Ui extensions for the ethernaut-ai package

What

config task

Custom prompts

  • model: Queries the OpenAI API for available models

Installation

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'

Required plugins

  • ethernaut-ai

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.