2023-05-14 09:01:01 +01:00
2023-05-12 20:34:25 +01:00
2023-05-14 08:30:46 +01:00
2023-05-12 18:03:44 +01:00
2023-05-12 23:27:19 +01:00
2023-05-12 18:01:52 +01:00

eth-global-lisbon-hackathon

deps

NodeJS >= v18.12

setup

./scripts/setup.sh

run

chain & bundler

one script

./scripts/runs.sh

When terminating closing, also run:

fuser -k 8545/tcp

multi step/terminal

Start hardhat rpc node in one terminal

cd ./bundler
yarn hardhat-node

In another terminal, deploy Entrypoint & SimpleAccountFactory

cd ./account-abstraction
DEBUG=true yarn deploy --network dev

Finally, start the bundler

cd ../bundler
yarn bundler --unsafe --auto

frontend

In a new terminal

cd ./frontend
yarn dev

update contract bindings (typechain)

./scripts/update-contract-bindings.sh
Description
No description provided
Readme MIT 5.3 MiB
Languages
TypeScript 78.9%
Solidity 12.2%
JavaScript 8.1%
Shell 0.5%
CSS 0.2%
Other 0.1%