Hi!
Did Anyone know a way to convert a solidity smart contract in ABI with a Javascript npm package?

Mar 28, 2022, 2:08 PM
No
The user insert his smart contract that is not published... It's in local
There is no way to calculate the ABI of a local smart contract?
Mar 28, 2022, 2:12 PM
Sure there is, just compile it locally, no need to deploy it to get the ABI
Mar 28, 2022, 2:13 PM
Ye ye I know, but I need to calculate it automatically with some package of node.js
Mar 28, 2022, 2:14 PM
Not aware of one that does that. Easy enough to just use solc
But you don't need to deploy to get the ABI
Mar 28, 2022, 2:15 PM

© 2024 Draquery.com All rights reserved.