SDK Reference¶
Complete SDK documentation for EIL.
Basic Usage¶
Navigate to Basic Usage for more information.
Making a Cross-Chain UserOperation¶
Navigate to User Actions for more information.
Advanced Topics¶
Make sure to learn about Runtime Variables and Session Keys features of the EIL SDK. Used together, these features enable some really new and powerful solutions in Chain Abstraction!
ERC-4337 v0.9 Endpoints¶
Currently, the documentation on using the public UserOperation mempool can be found at: https://docs.erc4337.io/userops/quick-start.html
The ERC-4337 v0.9 public bundlers for many networks are available at:
https://rpc.erc4337.io/{chain_id}
During the testing it may be easier to use the bundlers in an "unsafe" mode with some real network restrictions and limits removed. These are available at:
https://rpc-unsafe.erc4337.io/{chain_id}
Examples¶
React + Viem + Wagmi Capture-The-Flag template¶
https://github.com/eth-infinitism/ctf-react-cross-chain