Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.13 KB

File metadata and controls

10 lines (9 loc) · 1.13 KB

medium_blockchain_notes

Blockchain Everywhere (code notes for Medium)

See here code and links for C++ articles
See here code and links for Data Science and AI articles

Title Link to the code Article on Medium
1. How to integrate Curve.Fi protocol into your DeFi protocol see contracts here Published in BetterProgramming
2. Test your ERC20 token with no tests written see code here Published in BetterProgramming
3. Secure the signature-based contract with appropriate tests see code here Published in BetterProgramming