https://github.com/antoncoding/ammplify-risk-agent
Smart Agent on AMM
https://github.com/antoncoding/ammplify-risk-agent
Last synced: 7 months ago
JSON representation
Smart Agent on AMM
- Host: GitHub
- URL: https://github.com/antoncoding/ammplify-risk-agent
- Owner: antoncoding
- License: gpl-3.0
- Created: 2025-07-21T07:51:20.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-08-08T04:53:26.000Z (7 months ago)
- Last Synced: 2025-08-08T06:29:57.203Z (7 months ago)
- Language: TypeScript
- Size: 11.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ammplify Risk Agent
Ammplify Risk Agent is a modern web3 risk analysis tool for AMMs and DeFi protocols, built with Next.js, TypeScript, and Tailwind CSS.
## Quick Start
1. **Clone and install:**
```bash
git clone https://github.com/your-username/ammplify-risk-agent.git
cd ammplify-risk-agent
pnpm install
```
2. **Set up environment:**
```bash
cp .env.example .env.local
```
Add your environment variables:
```bash
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=your_walletconnect_project_id
NEXT_PUBLIC_ALCHEMY_API_KEY=your_alchemy_api_key
NEXT_PUBLIC_SITE_URL=https://yourdomain.com # Optional: for production
```
3. **Create Open Graph image (optional):**
```bash
# Add a 1200x630 pixel image for social media cards
public/og-image.png
```
4. **Run development server:**
```bash
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) to see the result.
## Features
- ⚡ Next.js 14 with App Router
- 🎨 Tailwind CSS & shadcn/ui
- 🔗 Wagmi for Ethereum interactions
- 🌙 Dark/Light mode support
- 📱 Responsive design
- 🔧 TypeScript
## Customization
- **[Theme Guide](./THEME_GUIDE.md)** - Change colors and fonts
- **[Styling Guide](./STYLING_GUIDE.md)** - Use components and styling patterns
## License
MIT License