Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 5, 2024
1 parent 56710ee commit 2c92b60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,23 @@ Once in a task, interactive mode kicks in, and all parameters are collected thro

![Enquirer param collection](demos/interactive.gif)

## Normal CLI interaction

TODO

## Ui extensions

Plugins of plugins? Why not.

Plugins that enhance parameter collection prompts in other plugins with even cooler prompts, smart suggestions, etc.

For example, the ui extension of the interact plugin can fetch the abi from Etherscan if you didn't provide an abi.
For example, the ui extension of the interact plugin can fetch the abi from Etherscan if you didn't provide an abi:

![Etherscan custom abi prompt](demos/custom.gif)

But after you've interacted with the contract, it already has the abi, so the abi is instead suggested:

![Abi suggestion](demos/custom1.gif)

## Natural language to cli commands

Expand Down
Binary file added demos/custom.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos/custom1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c92b60

Please sign in to comment.