Skip to content

eacc-labs/zLinks

Repository files navigation

zLinks (BlinkFeed)

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.

Core Features

  1. Wallet-Native Onboarding: Connect standard Web3 wallets to natively explore the feed without signing transactions.
  2. Social Arbitrage: Traders optionally deploy custom token configurations to set tight expiry durations and execution constraints, publishing dynamic arrays of Buttons or letting users inject bespoke trade volumes intuitively.
  3. Execution Edge: Integrated seamlessly with Jupiter swapping APIs and MEV Protected broadcasting protocols powered by Jito to prevent front-running on copy trades.
  4. 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.
  5. Transparent Social Metrics: Evaluates performance explicitly, publishing PnL histories and copy frequencies transparently on a strict time-block timeline.

Getting Started

  1. Create a Neon Postgres database and add the connection string to a local .env.
  2. Push the schema to the database utilizing npx prisma db push.
  3. Standard dev loop:
npm install
npm run dev

Open http://localhost:3000 inside your browser. Navigate to @/api/actions/trade to natively consume the Solana Action specs.

Releases

No releases published

Packages

 
 
 

Contributors