Explain briefly the purpose of each blockchain project.
It is divided in 3 categories:
- Courses:
- on Coursera: A specialisation in Blockchain: 4 courses
- on Udemy: 2 courses to master Solidity, web3 and Dapp
- Project:
- Decentralized Carpooling deployed with an interface
- Training:
- Security and Audit
- Protocols and topics mastered
Certifications are on my linkedin : https://www.linkedin.com/in/olividelfosse/?locale=en_US
(Feel free to add me)
-
Specialisation Blockchain: University at Buffalo & The State University of New York
https://www.coursera.org/specializations/blockchain- Blockchain Basics
- Recognize foundational concepts of blockchain, and apply these program concepts on the blockchain.
- https://www.coursera.org/learn/blockchain-basics
- Smart Contracts
- Design, code, deploy and execute a smart contract.
- https://www.coursera.org/learn/smarter-contracts
- Decentralized Applications (Dapps)
- Design and develop end-to-end decentralized applications
- https://www.coursera.org/learn/decentralized-apps-on-blockchain
- Blockchain Platforms
- Understand the broader blockchain ecosystem
- https://www.coursera.org/learn/blockchain-platforms
- Blockchain Basics
-
"Master Ethereum & Solidity Programming From Scratch in 2021"
- Ethereum & Solidity Programming. Build 5 Hands-On Smart Contracts: Token,ICO,Lottery,Auction,Crowdfunding
- https://www.udemy.com/course/master-ethereum-and-solidity-programming-with-real-world-apps/
- github: https://github.com/olivier7delf/ethereum-solidity-programming
-
"Ethereum : Decentralized Application Design & Development"
- Develop a full DAPP | ICO | Setup Private network using Web3J, TruffleV4, MetaMask, Ganache, Solidity ++
- https://www.udemy.com/course/ethereum-dapp/
- github: https://github.com/olivier7delf/Blockchain-Course-Patterns
Decentralized Carpooling: on Ethereum 2nd layer Polygon
- Focus on smart contract, testing and deployment: https://github.com/olivier7delf/carpooling-poc
- Focus on UI, with web3.js and Ruby RoR: https://github.com/olivier7delf/carpooling-ror
- Security and Audit:
- Protocols and topics mastered:
- ERC-20 and ERC-721:
https://eips.ethereum.org/EIPS/eip-20
https://eips.ethereum.org/EIPS/eip-721 - Proxies:
https://docs.openzeppelin.com/contracts/4.x/api/proxy - MasterChef:
The MasterChef is a staking contract where users deposit liquidity pool (LP)
tokens and receive rewards proportional to their time * stakeAmount - Uniswap
- ERC-20 and ERC-721: