Bullish.social
Project/Technical Documentation/Backend Architecture

Backend Architecture

Bullish Social combines traditional server architecture with Web3 elements to provide a seamless and decentralized social experience.

🔁 Off-chain & On-chain Workflow

  1. Users interact with the platform (posts, likes, referrals).
  2. Backend records and ranks activity off-chain.
  3. At the end of each week, a snapshot hash is created per user.
  4. Users submit their signed snapshot to the smart contract.
  5. The contract verifies signatures using Merkle Root, distributes rewards, and emits events.

On this page