Skip to content

Commit

Permalink
Plugin/hardhat secure signer (NomicFoundation#1987)
Browse files Browse the repository at this point in the history
* adds hardhat-secure-signer to plugins list

* Apply suggestions from code review

* Update docs/.vuepress/plugins.js

Co-authored-by: Patricio Palladino <[email protected]>

* Fix linter error

Co-authored-by: Patricio Palladino <[email protected]>
  • Loading branch information
anthonymartin and alcuadrado authored Oct 27, 2021
1 parent af7afb0 commit 730353d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/.vuepress/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,21 @@ module.exports.communityPlugins = [
"The Solidity mocking library. Smock is a utility package that can generate mock Solidity contracts written entirely in JavaScript.",
tags: ["Testing", "Mocking"],
},
{
name: "hardhat-secure-signer",
author: "Anthony Daniel Martin",
authorUrl: "https://github.com/anthonymartin",
description:
"Enhanced hardhat credential security using an interactive prompt and password-encrypted credentials",
tags: [
"private key",
"encryption",
"security",
"developer experience",
"convenience",
"ethers.js",
],
},
];

module.exports.officialPlugins = [
Expand Down

0 comments on commit 730353d

Please sign in to comment.