Skip to content

Commit

Permalink
Merge pull request #2768 from tenbits/master
Browse files Browse the repository at this point in the history
Adding 0xWeb/Hardhat community plugin
  • Loading branch information
fvictorio committed May 30, 2022
2 parents 5e349fe + 1b23032 commit 4fb52f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/.vuepress/plugins.js
Expand Up @@ -461,6 +461,14 @@ 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 4fb52f3

Please sign in to comment.