A Next.js application that generates beautiful transaction preview images using the Noves SDK. Share blockchain transactions with rich visual previews on social media.
- Generate OG images for any EVM transaction
- Support for multiple chains (Ethereum, Polygon, etc.)
- One-click sharing to X (Twitter)
- Clean, simplified URLs for easy sharing
- Beautiful gradient design for preview images
- Clone the repository
- Install dependencies:
npm install- Add your Noves API key to
.env.local:
NOVES_API_KEY=your_api_key_here
- Run the development server:
npm run dev- Open http://localhost:3000 to start generating transaction previews
- Select a blockchain network
- Paste your transaction hash
- Click "Generate Preview"
- Share the generated URL or post directly to X