Skip to content

Commit 2d8baab

Browse files
docker
1 parent b6b0143 commit 2d8baab

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ python manage.py runserver
6161
http://127.0.0.1:8000/admin/
6262
```
6363

64+
## Using Docker:
65+
```
66+
docker compose up -d
67+
```
68+
6469
## TODO
6570
- [ ] Gas limit calculation and verification (bundler)
6671
- [ ] Fetching live token prices and verifying source wallets balance (paymaster)
@@ -76,4 +81,4 @@ MIT
7681
## Acknowledgments
7782
* <a href='https://github.com/eth-infinitism/account-abstraction'>eth-infinitism/account-abstraction</a>
7883
* <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

Comments
 (0)