From 9d60b477fb547f1c9a39dd8f669e7fb1c7be399d Mon Sep 17 00:00:00 2001 From: Alex Kit Date: Sat, 28 May 2022 01:02:30 +0200 Subject: [PATCH] add (community plugin) 0xweb/hardhat --- docs/.vuepress/plugins.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/.vuepress/plugins.js b/docs/.vuepress/plugins.js index a7a6efd213..893f53c510 100644 --- a/docs/.vuepress/plugins.js +++ b/docs/.vuepress/plugins.js @@ -461,6 +461,13 @@ module.exports.communityPlugins = [ "Handy set of utilities for testing contracts in Hardhat projects", tags: ["testing", "solidity"], }, + { + name: "@0xweb/hardhat", + author: "Alex Kit", + authorUrl: "https://github.com/tenbits", + description: "Generate 0xWeb classes for contracts to easily communicate with the blockchain.", + tags: ["dApp-Client", "Class-Generation", "Testing"], + }, ]; module.exports.officialPlugins = [