Library created by writing a wrapper on top of Permissionless js and viem. Hopefully , this works out simpler for newer developers to understand 4337.
To install dependencies:
bun install
To run:
bun run examples/index.ts
- This will give an address generated.
account address: <address>
- You will need to send native token to address generated. 0.1 should be enough to test the script.
- You can then run the script again to generate a user operation.
This project was created using bun init
in bun v1.0.7. Bun is a fast all-in-one JavaScript runtime.