Opstan: Looking for feedback on my open-source Rust Proof-of-Work blockchain project #197763
Answered
by
OpstanGit
OpstanGit
asked this question in
Repositories
-
🏷️ Discussion TypeQuestion BodyHi everyone, I recently open-sourced Opstan, a Proof-of-Work blockchain project written in Rust. The idea behind Opstan is to test whether a decentralized social network can be built directly on top of a blockchain, where public posts, channels, and reputation history are stored in an immutable way. The project includes:
GitHub repository: Website: I am looking for technical feedback from the GitHub community. In particular, I would appreciate feedback on:
This is an early open-source release, so any honest feedback, code review, or advice is welcome. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
OpstanGit
Jun 2, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very interesting question — thank you for your interest.
In Opstan, spam is handled differently from traditional social networks. Users do not read a global feed controlled by the platform. They only read the public channels they personally choose to follow or add in their own application.
If a channel starts posting spam, abusive content, or anything a user does not want to see, the user can …