bcnmy / dapp-demo

25 stars 12 forks source link

what should SmartContract inherit when using biconomy/mexa #4

Open ravi2406 opened 3 years ago

ravi2406 commented 3 years ago

Am trying to use biconomy to faciliate gasless transactions. In mexa-standard example, smart contract inherits from EIP712MetaTransaction.sol, however in dapp-demo, smart contract doesn't inherit anything. In reach app, the ABI has few methods which doesn't exist in Quote.Sol checkedin the demo app. This is confusing.

In General, does all smart contract we create and want to use with biconomy should inherit EIP712MetaTransaction.Sol? Is there any proper example which, including smart contract, shows the right way to use biconomy and creating smart contracts to use with biconomy?

your help is much appreciated.

morandalex commented 2 years ago

yeah , I noticed the same.