Skip to content

Commit

Permalink
feat: add make command for geth and entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Nov 8, 2023
1 parent 1fdf38e commit eb4bb06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ lint:
cargo sort --check --workspace
cargo udeps --workspace

run-geth:
cd bundler-spec-tests && docker compose up -d && cd ..

deploy-entrypoint:
cd tests/thirdparty/bundler && yarn hardhat-deploy --network localhost && cd ../../..

clean:
cd crates/contracts/thirdparty/account-abstraction && yarn clean && cd ../..
cd crates/contracts/thirdparty/bundler && yarn clear && cd ../..
Expand Down

0 comments on commit eb4bb06

Please sign in to comment.