projects

Web3 Blog on Solana

A blogging platform built on the Solana blockchain using Anchor (Rust), with Phantom wallet authentication.

Nov 1, 2022
SolanaAnchorRustWeb3
Web3 Blog on Solana

Web3 Blog on Solana

A blog application built directly on the Solana blockchain using the Anchor framework (Rust) for the on-chain program, chosen for Solana's speed and transaction efficiency.

  • Users connect with a Phantom wallet; the app checks whether the wallet address already has an account on the program's Solana chain, and initializes new users on first connect.
  • On-chain storage of blog content and interactions, rather than a traditional backend database.

View source on GitHub