GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address...
git clone https://github.com/v-Rizzy/ERC4337-Wallet Install dependencies: cd ERC4337-Wallet npm install Compile and migrate the smart contracts: truffle compile truffle migrate Contract Address The deployed Haut Saus Wallet contract address on the Scroll network is [CONTRACT_ADDRESS]. Link to Con...
Heavily inspired by the Lodestar's implementation of p2p (https://github.com/ChainSafe/lodestar/) Websockets event - to listen to pending and submitted userops ⚡️ CLI Options --unsafeMode - enables unsafeMode --redirectRpc - enables redirecting eth rpc calls --executor.bundlingMode manual...
git clone git@github.com:stackup-wallet/erc-4337-examples.git Install dependencies: yarn install Init config These config values will be used for all documented commands. yarn run init rpcUrl Default value is set to https://api.stackup.sh/v1/node/API_KEY. This is a standard RPC URL for...
git clone https://github.com/alchemyplatform/rundler cd rundler git submodule update --init --recursive Run unit tests:make test-unit Run ERC-4337 spec tests:# Only need to run once to install testing frameworks cd test/spec-tests/v0_6/bundler-spec-tests && pdm install && pdm run ...
The tool is only compatible with the reference implementation of account abstraction: https://github.com/eth-infinitism/account-abstraction/. Currently, this tool is tested with the v0.6.0 version of the account-abstraction repo. To use this tool, you will need to use a Foundry version after...
文中的代码实现见:https://github.com/LBruyne/AccountAbstraction-ERC4337 整体设计 User,Exceutor 和 EntryPoint 按照我们之前的思路,我们首先正式引入两个角色:用户(user)和执行者(excecutor)。在一次操作中,用户又被称为 sender,这是因为是他委托执行者发送一个请求给合约,由于合约即由用户自己拥有,所以 sender...
The Ethereum Request for Comment repository . Contribute to ethereum/ERCs development by creating an account on GitHub.
链接:github—— 4、Blocto: Web3.js中支持AA 首先,Blocto团队非常荣幸成为ERC-4337 AA资助计划的受益者。我们认为我们的Web3.js项目不仅与ERC-4337 AA资助计划的目标一致,而且在dApp开发的更广泛领域中起着至关重要的作用。 为了推动ERC-4337的开发,我们决定通过Web3.js分享4337特定的RPC方法,如sendUserOperation...
【13】https://github.com/eth-infinitism/account-abstraction 【14】https://github.com/stackupfinance/stackup/blob/main/apps/contracts/contracts/entrypoint/EntryPoint.sol 【15】https://www.biconomy.io/ 【16】https://github.com/eth-infinitism/account-abstraction...