⚠️ WARNING: This repository is in active development. The smart contracts and SDK are experimental and have not been audited. DO NOT use in production!
This repository is a monorepo containing the smart contracts and SDK for ERC-8286.
| Package | Description |
|---|---|
@erc8286/contracts |
Foundry-based smart contracts for ERC-8286. |
@erc8286/sdk |
Framework-agnostic TypeScript toolkit for interacting with ERC-8286 frame accounts and transactions. |
This project uses pnpm workspaces.
# Install dependencies across all packages
pnpm install
# Build all packages
pnpm build
# Run tests across all packages
pnpm testSee CONTRIBUTING.md for details on how to set up the repository for development and submit pull requests.
This project is licensed under the MIT License.