🚀 Transaction Relay Server

Server Side Transactions Boilerplate

🟢 Server Running
Available Endpoints:
Example cURL Command:
curl -X POST http://localhost:3001/mint \
-H "Content-Type: application/json" \
-d '{"walletAddress":"0x0365e0BcAd6D799b732ADB9673cB4C43688Bb450"}'

This server relays transactions via the Sequence Transactions API. Built with Express.js and ethers.js.