Integration

Prerequisites

  • Access to DA Builder's RPC endpoint

  • A funded account in the DA Builder GasTank contract

  • Basic understanding of EIP-7702, EIP-1559, and EIP-4844 transactions (if you use them)

Integration Steps

  1. Set up EIP-7702 Account to allow DA Builder to execute transactions on your behalf

  2. Deploy contract that implements the IProposer interface

  3. Create and Submit EIP-7702 Transaction setting your IProposer contract as the code for your EOA

  4. Fund Your Account to cover gas costs for your transactions by depositing into the DA Builder GasTank

  5. Submit Transactions to DA Builder's RPC endpoint using standard RPC methods

  6. Track Transaction Status through DA Builder's RPC endpoints

Last updated