We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b0143 commit 2d8baabCopy full SHA for 2d8baab
1 file changed
README.md
@@ -61,6 +61,11 @@ python manage.py runserver
61
http://127.0.0.1:8000/admin/
62
```
63
64
+## Using Docker:
65
+```
66
+docker compose up -d
67
68
+
69
## TODO
70
- [ ] Gas limit calculation and verification (bundler)
71
- [ ] Fetching live token prices and verifying source wallets balance (paymaster)
@@ -76,4 +81,4 @@ MIT
76
81
## Acknowledgments
77
82
* <a href='https://github.com/eth-infinitism/account-abstraction'>eth-infinitism/account-abstraction</a>
78
83
* <a href='https://github.com/safe-global/safe-eth-py'>Gnosis-py</a>
79
-* <a href='https://eips.ethereum.org/EIPS/eip-4337'>EIP-4337: Account Abstraction via Entry Point Contract specification </a>
84
+* <a href='https://eips.ethereum.org/EIPS/eip-4337'>EIP-4337: Account Abstraction via Entry Point Contract specification </a>
0 commit comments