@@ -879,6 +879,93 @@ const communityPlugins: IPlugin[] = [
879
879
"Generate a beautiful and interactive documentation website for your project in seconds" ,
880
880
tags : [ "Documentation" , "NatSpec" ] ,
881
881
} ,
882
+ {
883
+ name : "ethernaut-ai" ,
884
+ author : "Alejandro Santander" ,
885
+ authorUrl : "https://github.com/theethernaut" ,
886
+ description :
887
+ "AI assistant that interprets user input and executes hardhat tasks" ,
888
+ tags : [ "ethernaut-cli" , "AI" , "Agent" ] ,
889
+ } ,
890
+ {
891
+ name : "ethernaut-ai-ui" ,
892
+ author : "Alejandro Santander" ,
893
+ authorUrl : "https://github.com/theethernaut" ,
894
+ description : "Ui extensions for the ethernaut-ai package" ,
895
+ tags : [ "ethernaut-cli" , "ui" , "AI" ] ,
896
+ } ,
897
+ {
898
+ name : "ethernaut-challenges" ,
899
+ author : "Alejandro Santander" ,
900
+ authorUrl : "https://github.com/theethernaut" ,
901
+ description :
902
+ "Tasks for playing the Open Zeppelin Ethernaut challenges from the CLI" ,
903
+ tags : [ "ethernaut-cli" , "OpenZeppelin" , "Ethernaut" ] ,
904
+ } ,
905
+ {
906
+ name : "ethernaut-interact" ,
907
+ author : "Alejandro Santander" ,
908
+ authorUrl : "https://github.com/theethernaut" ,
909
+ description :
910
+ "Tasks for sending transactions and interacting with contracts" ,
911
+ tags : [ "ethernaut-cli" , "contract" , "send" , "transactions" ] ,
912
+ } ,
913
+ {
914
+ name : "ethernaut-interact-ui" ,
915
+ author : "Alejandro Santander" ,
916
+ authorUrl : "https://github.com/theethernaut" ,
917
+ description : "Ui extensions for the ethernaut-interact package" ,
918
+ tags : [ "ethernaut-cli" , "ui" , "interact" , "etherscan" ] ,
919
+ } ,
920
+ {
921
+ name : "ethernaut-network" ,
922
+ author : "Alejandro Santander" ,
923
+ authorUrl : "https://github.com/theethernaut" ,
924
+ description : "Tasks for interacting with different networks" ,
925
+ tags : [ "ethernaut-cli" , "network" ] ,
926
+ } ,
927
+ {
928
+ name : "ethernaut-network-ui" ,
929
+ author : "Alejandro Santander" ,
930
+ authorUrl : "https://github.com/theethernaut" ,
931
+ description : "Ui extensions for the ethernaut-network package" ,
932
+ tags : [ "ethernaut-cli" , "ui" , "network" ] ,
933
+ } ,
934
+ {
935
+ name : "ethernaut-ui" ,
936
+ author : "Alejandro Santander" ,
937
+ authorUrl : "https://github.com/theethernaut" ,
938
+ description : "Ui extensions for the ethernaut-network package" ,
939
+ tags : [ "ethernaut-cli" , "ui" , "interactivity" , "enquirer" , "prompts" ] ,
940
+ } ,
941
+ {
942
+ name : "ethernaut-util" ,
943
+ author : "Alejandro Santander" ,
944
+ authorUrl : "https://github.com/theethernaut" ,
945
+ description : "Simple, everyday utilities for Ethereum devs" ,
946
+ tags : [ "ethernaut-cli" , "utilities" ] ,
947
+ } ,
948
+ {
949
+ name : "ethernaut-util-ui" ,
950
+ author : "Alejandro Santander" ,
951
+ authorUrl : "https://github.com/theethernaut" ,
952
+ description : "Ui extensions for the ethernaut-util package" ,
953
+ tags : [ "ethernaut-cli" , "ui" , "utilities" ] ,
954
+ } ,
955
+ {
956
+ name : "ethernaut-wallet" ,
957
+ author : "Alejandro Santander" ,
958
+ authorUrl : "https://github.com/theethernaut" ,
959
+ description : "Tasks for interacting from different Ethereum accounts" ,
960
+ tags : [ "ethernaut-cli" , "wallet" ] ,
961
+ } ,
962
+ {
963
+ name : "ethernaut-wallet-ui" ,
964
+ author : "Alejandro Santander" ,
965
+ authorUrl : "https://github.com/theethernaut" ,
966
+ description : "Ui extensions for the ethernaut-wallet package" ,
967
+ tags : [ "ethernaut-cli" , "ui" , "wallet" ] ,
968
+ } ,
882
969
] ;
883
970
884
971
const officialPlugins : IPlugin [ ] = [
0 commit comments