Home
?
—
0 posts
0 following
0 followers
0 likes received
?
not connected
connect a wallet to post
↩ commenting on
0 / 420 · 0 B
fee ~0.000005 SOL
Transaction route
signed
sent
to RPC
to RPC
confirmed
finalized
How it works
Every action is a transaction.
Dixit has no server. Posting, commenting, liking and following each send one Solana transaction from your wallet: an SPL Memo carrying a tiny JSON payload, plus a 1-lamport transfer to the feed anchor so every action is discoverable from a single address.
| post | {"p":"dixit","v":1,"t":"post","c":"…"} |
| comment | {"t":"reply","to":"<post signature>","c":"…"} |
| like / unlike | {"t":"like","to":"<post signature>"} |
| follow / unfollow | {"t":"follow","who":"<address>"} |
The feed, counters and follow graph are rebuilt in your browser by replaying those memos in order. Anyone can verify any post, like or follow on the explorer — nothing can be edited, backdated or deleted.
anchor · rpc
LIVE · MAINNET
loading…