truffle
truffle copied to clipboard
Truffle DB / Hardhat Integration POC
Create a POC showing the ability to integrate Truffle DB and Hardhat by importing Hardhat data into @truffle/db and decoding it.
- Deploy a new contract locally with Hardhat and save all data to @truffle/db
- Decode the contract address with @truffle/db-kit
Bonus points: Using a contract that spans more than one file, and uses imports, structs, and mappings.
Make it a HH plugin.
For particulars, see @gnidan :)