How to integrate intents
Enable intents on your dapp/smart contract wallet/eoa with this easy to use sdk.
Follow the below steps:
Install the sdk via npm/yarn/pnpm
Import & Initialize the Intents class in your node.js file
Pass in the following parameters, to receive a transaction object
The above transaction object can then be used to confirm the transaction, via any user connected wallets.
We support all evm based chains.
To obtain an api key, reach out to:
Last updated