Resources
The Python scripts and libraries used to build this website can be found at github.
Good resources
- Zero To Monero
A very well documented book on how each part of the blockchain works.
- Cryptonote whitepaper
The whitepaper from which Monero is derived.
- From Zero Knowledge to Bulletproofs
0k2bp is a great material to get started learning bulletproofs.
- Dalek
This group has maybe the fastest bulletproof implementation in Rust using Ristreto. They also provide some nice charts and explanations about bulletproofs.
- Comparing Bulletproofs+ and Bulletproofs
A nice introduction and explanation about the differences between Bulletproofs and Bulletproofs+.
More Python codes
- Python scripts from Sarang (a former Monero researcher)
Some good Python libraries about many different things in Monero.
- Mininero
A Python implementation of some basic functions used in Monero.