Skip to content

Commit

Permalink
add resources page
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Oct 11, 2022
1 parent 2b71593 commit 0e1e7ee
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions 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


0 comments on commit 0e1e7ee

Please sign in to comment.