Looking back for the past year. I have always hosted workshops and talks but never had the balls to take a step further.
Saw the opportunity that @DevrelUni is hosting a new cohort and I just have to seize it!
Taking the step further to do back what i have always loved
Conducted a workshop in creating a decentralised stablecoin powered by @ChronicleLabs price feeds ;)
Participants who knew nothing about Defi now know the mechanism of how DAI stablecoin work by replicating a smaller scale version of it.
Good read, will use this when im auditing.
TLDR
Tip 1 / 5: Read everything before even touching a line of code to know what the protocol is doing
- README
- docs
- whitepaper
- deployment scripts
- test description
- GitHub issues + PR discussions
Tip 4 / 5: Write things down
If can't explain to others, you don't understand it
When auditing, have a doc to make notes on everything (questions, details of protocol, functions work, etc)
Planning to build a mock defi lending protocol with interest rates model similar to @aave. Will be taking some reference to understand the model from an article by @RareSkills_io
https://t.co/effX3NUBV8
Documenting the journey begins today