└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # From-solidity-course-to-vyper-py 2 | 3 | The amazing [Beginner to Expert Full Course | Python Edition FreeCodeCamp course!](https://www.youtube.com/watch?v=M576WGiDBdQ) from [Patrick Collis](https://github.com/PatrickAlphaC) was an amazing bootstrap to me for learning the smart contract stack (solidity/brownie). 4 | 5 | I decided to learn Vyper by hands-on on project, this repo will share my learning journey. To do so, I will do my best to reproduce the Solidity course in Vyper. 6 | 7 | # List of repos 8 | - [SimpleStorage_vyper](https://github.com/AlexChalard/SimpleStorage_vyper) / [Solidity's original repo](https://github.com/PatrickAlphaC/simple_storage) 9 | - [StorageFactory_vyper](https://github.com/AlexChalard/StorageFactory_vyper) / [Solidity's original repo](https://github.com/PatrickAlphaC/storage_factory) 10 | - [Fund_Me_Vyper](https://github.com/AlexChalard/fund_me_vyper) / [Solidity's original repo](https://github.com/PatrickAlphaC/brownie_fund_me) 11 | - [Lottery_Vyper](https://github.com/AlexChalard/Lottery_vyper) / [Solidity's original repo](https://github.com/PatrickAlphaC/smartcontract-lottery) 12 | - [ERC20](https://github.com/AlexChalard/CreateERC20) / [Solidity's original repo](https://github.com/PatrickAlphaC/erc20-brownie-py) 13 | 14 | --------------------------------------------------------------------------------