Live Link: https://zlinks.eacclabs.site/
zLinks is a modern decentralized social trading platform. Every post is an executable Solana action block ("Blink"). Users uniquely discover and copy-trade signals directly inside the timeline.
- Wallet-Native Onboarding: Connect standard Web3 wallets to natively explore the feed without signing transactions.
- Social Arbitrage: Traders optionally deploy custom token configurations to set tight expiry durations and execution constraints, publishing dynamic arrays of
Buttonsor letting users inject bespoke trade volumes intuitively. - Execution Edge: Integrated seamlessly with Jupiter swapping APIs and MEV Protected broadcasting protocols powered by Jito to prevent front-running on copy trades.
- Conviction Mode (Skin in the Game): Creators can enable Conviction Mode, triggering a live on-chain swap from their own wallet before their signal is allowed to publish. Verified posts earn a Trust Badge on the feed.
- Transparent Social Metrics: Evaluates performance explicitly, publishing PnL histories and copy frequencies transparently on a strict time-block timeline.
- Create a Neon Postgres database and add the connection string to a local
.env. - Push the schema to the database utilizing
npx prisma db push. - Standard dev loop:
npm install
npm run devOpen http://localhost:3000 inside your browser. Navigate to @/api/actions/trade to natively consume the Solana Action specs.