⚒️How to integrate
Integrate Intents with Your DApp, Smart Contract Wallet, or EOA
Integrating Bril is pretty easy. Follow these simple steps to enable streamlined transaction commands in your wallets or protocols.
pnpm install @bytekode/intentsimport { Intents } from '@bytekode/intents'
const intents = new Intents('test-api-key')<!-- command: `I want to send 10 usdc to vitalik.eth` -->
const txObject = await intents.getTransaction(chainId, command, address_of_signer)Ready to Simplify Your Web3 Experience?
Last updated