sbt_rating

Crates.iosbt_rating
lib.rssbt_rating
version0.1.0
sourcesrc
created_at2024-10-19 20:55:30.307063
updated_at2024-10-19 20:55:30.307063
descriptionCreated with Anchor
homepagehttps://github.com/zubayr1/sbt_rating
repositoryhttps://github.com/zubayr1/sbt_rating
max_upload_size
id1415714
size4,983
(zubayr1)

documentation

README

SBT Ratings

DESCRIPTION:

SBT Ratings is a decentralized rating system built on Solana using Anchor framework. It allows users to rate others in a non-transferable, immutable manner, resembling Soulbound Tokens (SBTs).

FEATURES:

  • Rate Users: Allows one user to rate another user and store this rating on-chain.
  • Cumulative Ratings: Updates a user’s rating cumulatively with each new rating provided.
  • Fetch Ratings: Retrieve the current rating for any user.
  • Account Initialization: Automatically initializes rating accounts for users when they are rated for the first time.

REQUIREMENTS:


  • Rust & Cargo (for Solana program development)
  • Solana CLI tools
  • Anchor framework

SETUP:


  1. Install Solana CLI: Solana CLI Installation Guide
  2. Install Anchor: Anchor Installation Guide
  3. Configure Solana for Devnet:
    solana config set --url https://api.devnet.solana.com
    
Commit count: 3

cargo fmt