## What problem does it solve?
Unified on-chain identity and reputation management for agents using ERC-8004 on Stacks L2. It enables registering identities, querying identity details, and managing reputation and validations.
## Core Features & Use Cases
- Read operations do not require a wallet; write operations require an unlocked wallet for actions like register, give-feedback, and request-validation.
- Supports metadata URIs and on-chain identity data with off-chain references.
- Use cases include onboarding agents, managing identity lifecycles, and maintaining trust through validation and feedback.
### Quick Start
Run bun run erc8004/erc8004.ts register with appropriate options to initialize on-chain identities, then use get-identity and get-reputation to fetch information.