Notes and code.
Smart Contracts
- Web3.py
- Python library for interacting with Ethereum nodes
- See Documentation
- Cryptozombies
- Interactive Solidity Tutorial
- See Tutorial
- Solidity
- Smart Contract Language
- Designed for Ethereum
- See Documentation
- notebooks/ is where I analyse things
- utils/ has some reusable helper functions
Rough notes
What:
When doing something with crypto ask yourself whether it could work better without crypto.
- The same applies for Machine Learning...
- Choose a simpler solution as a benchmark
- Apply a cost function to model complexity
Why:
- Helps you to spot the simpler solution if it exists
- Helps you to undertand why you are using crypto if you still want to use it