truffle icon indicating copy to clipboard operation
truffle copied to clipboard

Truffle DB / Hardhat Integration POC

Open eshaben opened this issue 5 years ago • 2 comments

eshaben avatar Mar 01 '21 19:03 eshaben

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.

eshaben avatar Mar 01 '21 19:03 eshaben

Make it a HH plugin.

For particulars, see @gnidan :)

tcoulter avatar Mar 01 '21 21:03 tcoulter