Anyone know any good resources on how to find the ABI. There is a shitty audio vid on hashex that I can't hear to save my life because the poster was to dumb to think people would want to hear him.

May 7, 2022, 2:48 AM
Find ABI in remix?
It's below compilation details button
May 7, 2022, 10:33 AM
You can use hardhat plugin to fetch abis of your code. Works like a charm https://www.npmjs.com/package/hardhat-abi-exporter
May 7, 2022, 2:23 PM
Thanks...I've been trying to figure out how to install hardhat and getting stuck there too fml
May 7, 2022, 2:47 PM
Go to your project, open the terminal , type npm install --save-dev hardhat
May 8, 2022, 8:57 AM
Will this install hardhat locally or globally?
May 10, 2022, 2:42 AM

© 2024 Draquery.com All rights reserved.