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.
- 0k2bp
Zero-knowledge to bulletproofs 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.
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.