Hi everyone,
I'm trying to import abi(json) of the contract. Typescript
Once the json is imported, the contract's methods do not become available in the instance (web3.eth.Contract)
The following properties in the tsconfig file are set to:
esmoduleinterop : true
Allowsyntheticdefaultinports: true
How it can be solved ?
Dec 6, 2023, 8:00 PM