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?
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.