As we all know that the blockchain is the most rated , in demand technology.So for this am planning to list
all the website/organization which help's beginnere to learn blockchain 😄 with earning
Anyone can upskill their knowledge ,showcase their project ,skill and learn more ,
Most important thing is that u will <b>also get job</b>(full time / intern) on the basis of
ur skill,project and performance .
Organization Name | Link for the organization | Desacription |
---|---|---|
Pointer | pointer | Earn by completing the project related to the blockchain.This community has great project that u can level up your portfolio/resume 😃 |
StackUpHQ | StackUpHQ | If u are complete or u know coding or have some knowledge on the web2 then this is for you Earn in dollar’s to learn stuff. |
layer3xyz | layer3xyz | Layer3 is a platform that enables anyone to contribute to a DAO. They provide a marketplace of bounties where users can earn governance tokens by doing things as simple as putting out a tweet or as complex as re-designing a front-end |
Phemex learn and earn | Phemex learn and earn | Learn & Earn is a brand new Phemex educational program that compensates you simply for learning new crypto, blockchain, and platform knowledge. |
pyme_team | pyme_team | Showcase your skills. Earn Crypto. Get hired. Be awesome.Get paid instantly . Earn crypto and NFTs for completing short tasks. |
Coinmarketcap earn | Coinmarketcap earn | CoinMarketCap has partnered with trusted & emerging projects to offer an easy way to learn about cryptocurrency, earning cryptoassets as a reward. You can complete the project related to the web3 on their site’s and earn crypto . |
Binance learn and earn | Binance learn and earn | This is for beginner as well as advanced/experiance developer ,they can complete the learning track’s or make project on web3 to get paid |
Cake DeFi learn and earn | Cake DeFi learn and earn | Get paid by completing the project ,quizes and module's |
Questbook Learn and earn | Questbook Learn and earn | Get paid by completing the each Module ,quizes,lesson's (for complete beginner) |
Kucoin | Kucoin | By completing task u can earn crypto |
SuperteamTalent | SuperteamTalent | U can learn as well as find job as a blockchain developer in this organization for free . Get instant jobs, paid in tokens.🙂 💙 |
-
clone the repository using Git command
git clone https://github.com/{github_username}/Open-Source-Programs.git -
move to the newly created folder using Git command
cd Open-Source-Programs/
-
open in your text editor
-
make a new branch and then make the changes.
For making new branch , use this Git command
git checkout -b {new branch name}
-
check your changes using command
git status
-
save your changes by using command
git add .
-
commit your changes using command
git commit -m "your_commit_message"
-
to push your changes to github. Use command
git push origin new_branch_name