From 0e1e7ee9e59c52c429018ede058d95950fca5aa6 Mon Sep 17 00:00:00 2001 From: Dror Tirosh Date: Tue, 11 Oct 2022 17:34:17 -0500 Subject: [PATCH] add resources page --- docs/source/resources.rst | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/source/resources.rst diff --git a/docs/source/resources.rst b/docs/source/resources.rst new file mode 100644 index 0000000..c1cbdd1 --- /dev/null +++ b/docs/source/resources.rst @@ -0,0 +1,43 @@ +Account-Abstraction Resources +============================= + +EIP: +---- +The published EIP: https://eips.ethereum.org/EIPS/eip-4337 + +Contracts +--------- + +The working version of the EIP, and the contracts implementation + +git: https://github.com/eth-infinitism/account-abstraction + +SDK +--- +an API to create and send ``UserOperation`` + +npm: [account-abstraction/sdk](https://www.npmjs.com/package/@account-abstraction/sdk) + +git: https://github.com/eth-infinitism/bundler/tree/main/packages/sdk + +Bundler +------- + +A reference implementation of a bundler: + +git: https://github.com/eth-infinitism/bundler + + +DevCon Bogota presentation: +--------------------------- +https://bit.ly/aadevcon + +ETH-Bogota workshop presentation: +------------------------------ +https://bit.ly/aawallet1 + +Discord channel: +---------------- +https://discord.gg/PVt4dn7zcQ + +