Julien Klepatch – 6-Figure Blockchain Developer
Well…
- The demand is SKYROCKETING, but the supply of good developers with this specific set of skills is slower to increase…
- It’s “new” So no one is going to hire someone without years of experience. However, a portfolio can suffice.
- Large companies, especially DeFi, are making massive investments in this industry.
- I’ve personally got my first job as a blockchain developer for a salary of $100k and… remote
- You learn to make a very simple app that has nothing to do with the professional ones you’ll need to get hired
- It is easy to get overwhelmed by all the possibilities and blockchains available. You end up learning very little.
- Boring tutorials that are too technical and bore you to death-The mind-numbing mechanics involved in building useless apps and little about how to find a job strategy…
- Extremely hyped-y teachers that make big claims about showing you the way… But rehash the same content that brings no result or CLEAR step-By-Step by step, you can learn.
- Don’t miss out!-To-Date content (old versions Solidity, web3 ….)
There are just a handful of things you should be focusing on and learning to.
Create a World-The Class Portfolio of Decentralized Apps (Dapps),
Learn the skills you need to get hired, and develop blockchain apps.
Stand out and position yourself with a rockstar resume: To find your first blockchain job/project, and many more,
Jump on a juicy trend while it’s still not a wide-Spread the word
That’s what inspired me to build the most actionable and clear program to help you achieve just that:
6 Figures Introducing Blockchain Developer
The Masterclass is a leading community for learning blockchain development.
It’s a self-This program is paced to help you find work in 60 days.
And it’s packed with in-Access to resources, training and depth on all aspects related to learning the skills, creating a Dapp portfolio, finding a job, and other areas of employment.
PLUS, the support from your community to help you reach your full potential.
What’s Inside?
Ok so let me give you the gist of what’s you’ll learn in the program
Part 1: Introduction Blockchain & Ethereum
Part 2: Smart Contracts Development (Solidity 0.6)
Part 3
A rockstar portfolio Blockchain projects:
Project #1 – Build your First Decentralized Application with Solidity, Truffle & Web3. Include tests & frontend
Project #2 – Capstone project: Decentralized Exchange for ERC20 tokens. Include tests & (beautiful) frontend with charts.
Part 4: Finding your First Blockchain Use the internet to find a job “Aim, Load Fire” Method
Bonus #1: Solidity Snippets
Bonus #2: Curated Directory Of Top Blockchain companies
Bonus #3: Private Telegram support and 24/7 Support
What If You Don’t Know ANYTHING About Development?
Ok Julien… This is all great but what if I have very little knowledge of the fundamentals of coding: HTML, CSS, JS,…
I got you there
JumpStarter Package:
This includes a Bootcamp Series – Foundation of Web Development for Blockchain Development
I’m going to teach you live the tools you need to be able to start leaning blockchain development.
So even if you’re a newbie, no excuses!
Download immediately Julien Klepatch – 6-Figure Blockchain Developer
Meet Julien
Hi, I’m Julien You might have also found me through my YouTube channel, EatTheBlocks.
I’ve been a blockchain developer for over 4 years (when it wasn’t cool yet) and worked on project for many cutting edge companies in the blockchain industry.
2017 was the first year that I created tutorials and resources to help other wannabes.-How to become a blockchain developer and how to get your first job in high-paying industry (like me)
Your instructor
Julien Klepatch
Hi! Hi! Julien I am the instructor at EatTheBlocksPro.
I am a senior Blockchain Software engineer. I was previously employed in Finance before switching to software development 6 year ago.
Over the last 3 years, I’ve been creating Dapps, and Solidity smart contract for various Ethereum and ICOs project, including Lendingblock which is an institutional crypto lending platform.
EatTheBlocks is my YouTube channel dedicated to Ethereum developers. I’ve published several articles. Blockchain Manning course
I contribute to the Drizzle code and spoke at TruffleCon 2019 about Drizzle.
I also have extensive experience with Nodejs, Javascript & React, having worked as a full-For the past 6 years, stack software engineer. Github & LinkedIn
Course Curriculum
You are most welcome
- Resources
- 1. Introduction (0:20).
- 2. Blockchain (5:48)
- 3. Cryptocurrencies & Bitcoin (2:43)
- 4. Ethereum (2.29)
- 5. Cryptographic hashes (2.02)
- 6. Ethereum addresses (1.55)
- 7. Wallets (3.18)
- 8. Transactions (2.47)
- 9. Smart contracts (3.42)
- 10. Gas (2:43)
- 11. Ethereum accounts: EOA vs. contracts
- 12. Ethereum networks: Local, public testnets & mainnet
- 1. Introduction (0,35)
- 2. What is a decentralized app? Real-Life Dapp Demo (2.46)
- 3. DeFi and the popular Decentralized Application on Ethereum (2.33)
- 4. Architecture of decentralized app (2:35)
- 5. Process of developing a decentralized application (2:18).
- 1. Introduction (0:45)
- 2. Remix (2.53)
- 3. NodeJS & npm
- 4. Ganache
- 5. Truffle
- 6. Metamask
- 7. Infura
- 8. Etherscan
- 1. Introduction (1.56)
- 2. Compilation
- 3. Structure of a smart agreement (2:19).
- 4. Variable types (8.39).
- 5. Built-in variables (1:30)
- 6. Constructor (1.28)
- 7. Declaring functions (3.48)
- 8. Function visibility (3.17)
- 9. Variable visibility (4.11)
- 10. Deploying & interacting with a smart contract in Remix (5:23)
- 11. Control structures: if/while, etc. (7.40)
- 12. Arrays (14.02)
- 13. Mappings (12.17)
- 14. Structs (8.28).
- 15. Events (6:29).
- 16. Interacting between smart contracts (11:24)
- 17. Transferring Ether (6.21)
- 18. Handling errors (require …) (9.42)
- 19. Modifiers for custom function (5:17)
- 20. Inheritance (3.14)
- 1. Introduction (1:04).
- 2. Add approvers (3.02)
- 3. Get a list of approvers (1.13)
- 4. Transfers (3:03).
- 5. List of Transfers (1:46).
- 6. Approve transfers (4.10)
- 7. Receive Ether (1.26)
- 8. Access control (2.33)
- 1. Introduction (1:55).
- 2. Make the Truffle project (3.20)
- 3. Test the smart contract at 4:29
- 4. Your first Solidity Test (6:39)
- 5. CreateTransfer() (5:47)
- 6. CreateTransfer() (2/2, unhappy path) (4:47)
- 7. Transfer approval test() (1/3, happy way) (4:05).
- 8. Transfer approval test() (2/3, happy way) (3:48).
- 9. Transfer approval test() (3/3, unhappy path) (4:43)
- 1. Introduction (1:11).
- 2. Let’s take a look at the development process of Dapp frontends (1.20).
- 3. Add a migration file (5.53)
- 4. To deploy smart contracts Blockchain Truffle (3.15)
- 5. Understanding contract artifacts & ABIs (3:09)
- 6. Install the React frontend in our Truffle Project (5:23).
- 7. The frontend server and view the Dapp in your web browser (1:44).
- 8. Connect the frontend to the smart agreement with Web3 (5.13).
- 9. Integrate Web3 to React Application (4:41).
- 10. Web3 (4.17) allows you to access smart contract data directly from the frontend.
- 11. Modify smart contract data via the frontend (send transaction), with Web3 (6.46).
- 12. Display a list showing transfers (4:04).
- 13. Approve transfers (2.27)
- 14. Integrate Web3 to Metamask (4.44)
- 15. Metamask (02:03): Use Ganache addresses
- 16. Check out Dapp in your browser (3:23)
- 17. Challenge
- 18. Update to Solidity: 0.8
- 19. Metamask update
- 1. Introduction (1:03)
- 2. 1.27 Creating Ethereum addresses
- 3. Faucet to get fake Ether (1:28).
- 4. Infura (1.11): Create a new project
- 5. Configure Truffle to Use Infura With hdwallet-Provider (2:42).
- 6. Private keys can be safely managed in truffle-config (2:58)
- 7. Kovan smart contract deployment (2:00)
- 8. Install the frontend through Netlify, and connect it with smart contract (3.49).
- 9. Installing the Dapp to your mainnet
- 1. Introduction (1:07).
- 2. How does a decentralized exchange function
- 3. ERC20 tokens (8:22)
- 4. Register tokens at 4:01
- 5. Create wallet (6.57)
- 6. Integration with the Dai stablecoin (3.49)
- 7. ERC20 token mocks (1:46)
- 8. Create limit orders (12:52)
- 9. Place market orders (17.12)
- 10. Avoid integer overflow bug (8.13)
- 11. Get a list of orders
- 12. List tokens
- 13. Faucet for ERC20 tokens & Dai
- 1. Introduction (0.55)
- 2. Install the Truffle project (2.28)
- 3. Deploy mock ERC20 tokens (2:29)
- 4. Deploy the Dex smart contract (3.09)
- 5. Allocate initial token balances (3:17)
- 6. Test deposit() (4:59)
- 7. Try it!() (3:58)
- 8. CreateLimitOrder() (1/3 – Happy path) (5/31)
- 9. CreateLimitOrder() (2/3 – Happy Path) (3:19).
- 10. CreateLimitOrder() (3/3 – Unhappy path) (4:44)
- 11. CreateMarketOrder() (1/2-Happy path) (5/13)
- 12. CreateMarketOrder() (2/2 – Unhappy path) (5:19)
Download it immediately Julien Klepatch – 6-Figure Blockchain Developer
- 1. Introduction (0.41)
- 2. Install the Truffle project (2.29)
- 3. Make the migration file (4.00)
- 4. Seed token balances (3.44)
- 5. Order seeds (3:55)
- 6. Web3 (7.58): Connect frontend to smart contract with Web3
-
Preview
7. Loading component (4:54)
- 8. Dropdown component (6.01)
- 9. Header component (4:11)
- 10. Integrate Header into App component (5:32)
- 11. Wallet component (6:17)
- 12. Integrate Wallet into App component (7:49)
- 13. New order component (6.05)
- 14. Integrate New Orders into App (3.51)
- 15. All orders component (3:41)
- 16. Integrate all orders into App (6.50)
- 17. My orders component (2.02)
- 18. Integrate My Orders into App (2.12)
-
Preview
19. All trades component – table (1:59)
- 20. All trades component – chart (2:38)
- 21. Integrate all trades into App (9.51).
- 22. You can try it in your browser. (3:08)
- 23. Update to Solidity: 0.8
- 24. Metamask update
- 1. Introduction (0:33).
- 2. These are the 3 steps you need to take in order to make your first move Blockchain Job (Aim, Load and Fire) (0.59)
- 3. Aim: Position yourself in the job market (4.55)
- 4. Load: Create a ROCKSTAR Blockchain CV (3:23).
- 5. Load: Create your job magnet LinkedIn profile (8.15)
- 6. Load: Showcase your portfolio of Blockchain Github projects (coming soon).
- 7. Fire: Where to find the best fire (well)-paid) Blockchain jobs (3:28)
- 8. Fire: Prepare to interview technical questions – Simple (15:50)
- 9. Fire: Prepare for the technical interview. Intermediate questions (17.19)
- 10. Fire: Prepare for the technical interview. Difficult questions (8.14).
- Bonus 1: Snippets of useful solidity
- Bonus 2: Directory listing of top Blockchain companies
- Bonus 3: 24/7 Support via private Discord Group
Course Features
- Lecture 0
- Quiz 0
- Duration 10 weeks
- Skill level All levels
- Language English
- Students 145
- Assessments Yes