hh-protocol-mapper
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Protocol Mapper for Hardhat

Installation

npm install hh-protocol-mapper

modify the hardhat config such that the network contains query to local node and also require the module in the config:

require("hh-protocol-mapper");


module.exports = {
  defaultNetwork: "localnode",
  networks: {
    localnode: {
      url: "http://127.0.0.1:8545"
    }
  },
}

also, :

Running

run a local node first by

npx hardhat node

then

npx hardhat mapper

Package Sidebar

Install

npm i hh-protocol-mapper

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

157 kB

Total Files

104

Last publish

Collaborators

  • martinetlee