A full-stack app for the wSNS token on Polygon, with live, verified price, market cap, swap/bridge integration, and on-chain data.
- Live price and market data from OKX, CoinGecko, and on-chain sources
- React frontend for instant wSNS status
- Backend API (Express) for all token data
- Ready for swap/bridge integrations (1inch, deBridge, etc.)
- Clone the repo
- Install backend and frontend dependencies
- Run the backend (
backend/server.js) - Start the frontend (React app)
- Configure
.envas needed
- Symbol: wSNS
- Contract: 0x25a2db8659707766b3452ab38bCeA593C7E6B559 (Polygon)
- Supply: 100,000,000,010,000
- Market Cap: ~ $134,000,000,010,000
- Launched: 2020-03-29
- Backend: Node.js/Express
- Frontend: React
- Add swap/bridge UI
- Deploy to production