NodeJS >= v18.12
./scripts/setup.sh./scripts/runs.shWhen terminating closing, also run:
fuser -k 8545/tcpStart hardhat rpc node in one terminal
cd ./bundler
yarn hardhat-nodeIn another terminal, deploy Entrypoint & SimpleAccountFactory
cd ./account-abstraction
DEBUG=true yarn deploy --network devFinally, start the bundler
cd ../bundler
yarn bundler --unsafe --autoIn a new terminal
cd ./frontend
yarn dev./scripts/update-contract-bindings.sh