0.0.5 • Published 2 years ago

hh-protocol-mapper v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago