Odyssey – A Custom Blockchain Seeking Advice and Feedback
4 comments
> odyssey is a custom blockchain project built from scratch in Rust. It aims to provide a simple and educational example of how a blockchain operates and its fundamental components.
Reminds me of Grin, another blockchain project built from scratch in Rust, focussing on simplicity [1].
[1] https://bitcointalk.org/index.php?topic=5309951.msg56111107#...
Reminds me of Grin, another blockchain project built from scratch in Rust, focussing on simplicity [1].
[1] https://bitcointalk.org/index.php?topic=5309951.msg56111107#...
Good on you for targeting learners. Recommend sharing that focus on outreach messages like this- instead of asking generically for "feedback" which no one has time to provide, say that you are looking for those who are interested in learning about how blockchains work, etc
[deleted]
you should post in ShowHN
I've written my very own custom blockchain, Oddyssey! using the rust programming language. I'm looking for advice and feedback, especially on the wallet app I built for testing. Don't know much about web dev, but all feedback is welcome!
Here is the link to the blockchain: https://github.com/humblepenguinn/odyssey
Here is the link to the wallet: https://github.com/humblepenguinn/wallet
Thanks, everyone!