Skip to content

Commit

Permalink
add (community plugin) 0xweb/hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
tenbits committed May 27, 2022
1 parent 1c7f8b7 commit 9d60b47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/.vuepress/plugins.js
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9d60b47

Please sign in to comment.