get-hardhat-json-abi-by-contract-name
v1.0.5
Published
read json files or filter data in json files
Downloads
2
Maintainers
Readme
read-node-json-files
get list or filter json list base on input for hadhat projects.
how it work
let result = await getAbiByName({
rootDirectory: "",//default path "./artifacts/contracts"
contractName: "" // if name is empty will give you all abi list
})