Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.24 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.24 KB

Account Abstractions Starter

NextJs monorepo for web3 account abstractions.

Stack Features

Options for complex components:

Contracts

See contract.ts and abis.ts, create a named export for each contract/abi instead of single export map, to ensure treeshaking works.

Check WagmiProvider for the zerodev config of the account abstractions sdk used to creates a smart wallet, session keys, batch transactions and sponsors the gas.

Setup

pnpm install
pnpm dev

Build & Deploy

pnpm build

Tests

Community

Check out the following places for more content:

License

MIT License