Skip to content

Commit

Permalink
fix: some Markdown linter issues in the...
Browse files Browse the repository at this point in the history
...`beginner.md`, `medium.md`, `README.md`, and `training.md` files.
  • Loading branch information
Panquesito7 committed Oct 14, 2021
1 parent ac47633 commit 4ff57a9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here you will learn how to become one of the Dapp Developers and collaborate with other people inside of web3community. We gather content about Blockchain developers, you don't need to watch it all but choose what content is best for you.

---
---

# Learn

Expand All @@ -15,9 +15,9 @@ You can access the free training [here](/free-training/training.md)

## Build Projects

If you already have decentralized applications and need development support to continue your goal. You can onboard your applications on http://stakes.social/
If you already have decentralized applications and need development support to continue your goal. You can onboard your applications on <https://stakes.social/>/

#### What is Stakes.social?
### What is Stakes.social?

Stakes.social is a platform where you can register your OSS to Dev Protocol and stake registered OSS projects. Unlike other donation services, Dev Protocol is designed for the benefit of both supporters as well as developers by staking. Thanks to this system, developers find it easy to ask people for aid, which results in continuous support.

Expand Down
4 changes: 2 additions & 2 deletions free-training/training.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Free Training
# Free Training

| Title | Content |
| Title | Content |
| :-- | --- |
| CryptoZombies | <a href="https://cryptozombies.io/">View</a> |
| Figment Learn | <a href ="https://learn.figment.io/">View</a>|
Expand Down
10 changes: 5 additions & 5 deletions learning-guide/beginner.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Click the image to view on YouTube.

| Title | Content | Length |
| Title | Content | Length |
| --- | :-- | --- |
| Full Roadmap to learn Blockchain development in 2021 | [![video](https://img.youtube.com/vi/ci_AIMCF-HA/0.jpg)](https://www.youtube.com/watch?v=ci_AIMCF-HA) | 12m 39s |
| How to become a blockchain developer in 2021 | [![video](https://img.youtube.com/vi/OwSl2xwl2-w/0.jpg)](https://www.youtube.com/watch?v=OwSl2xwl2-w) | 1h 28m 20s |
Expand All @@ -13,18 +13,18 @@ Click the image to view on YouTube.

Click the image to view on YouTube.

| Title | Content | Length |
| Title | Content | Length |
| --- | :-- | --- |
| The Complete Guide to Full Stack Ethereum Development - Tutorial for Beginners [2021] | [![video](https://img.youtube.com/vi/a0osIaAOFSE/0.jpg)](https://www.youtube.com/watch?v=a0osIaAOFSE) | 1h 01m 04s
| Local Solidity Development | [![view](https://user-images.githubusercontent.com/68073132/136015000-4801b909-f183-4726-b2c5-e2ce82aa2d31.png)](https://hardhat.org/) | Written Content
| Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial | [![video](https://user-images.githubusercontent.com/68073132/135998915-31e05399-0495-493a-920a-1a3ddd939cf2.jpeg)](https://youtu.be/M576WGiDBdQ) | 16h 22m 12s
| How to Build a Full Stack NFT Marketplace on Ethereum with Polygon and Next.js | [![video](https://user-images.githubusercontent.com/68073132/136000852-6c23261c-d1f1-4c0f-ba53-c406c6b6ce14.jpeg)](https://youtu.be/GKJBEEXUha0) | 2h 21m 22s

## Blog content
## Blog content

About Blockchain, web 3 and somewhat related to Dapp.

| Title | Content |
| Title | Content |
| :-- | --- |
| The New Creator Economy - DAOs, Community Ownership, and Cryptoeconomics | <a href="https://dev.to/dabit3/the-new-creator-economy-daos-community-ownership-and-cryptoeconomics-lnl">View</a> |
| The Complete Guide to Full Stack Ethereum Development | <a href="https://dev.to/dabit3/the-complete-guide-to-full-stack-ethereum-development-3j13">View</a>
Expand All @@ -34,7 +34,7 @@ About Blockchain, web 3 and somewhat related to Dapp.

## Other

| Title | Content | Length |
| Title | Content | Length |
| --- | :-- | --- |
| But how does bitcoin actually work? | [![video](http://img.youtube.com/vi/bBC-nXj3Ng4/0.jpg)](https://www.youtube.com/watch?v=bBC-nXj3Ng4) | 26m 20s |
| The INSANE future of Web 3.0 Simply Explained | [<img src="https://user-images.githubusercontent.com/68073132/135999778-aea3b225-09f4-44cd-964e-c9f0eddc3519.jpeg" height="300" width="480">](https://www.youtube.com/watch?v=TV7SHUGTxNU) | 13m 16s |
15 changes: 6 additions & 9 deletions learning-guide/medium.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Understanding Blockchain with a bit higher level than the beginner one
# Understanding Blockchain in a intermediate level

An opinionated learning path for getting into speed with Blockchain (specially Ethereum).


## Pre-requisites

Besides a programming background, this path assumes that the reader is at least a little comfortable
Expand All @@ -28,16 +27,15 @@ with:

## Ethereum

#### Theory
### Theory

1. Read [How does Ethereum work, anyway?](https://medium.com/@preethikasireddy/how-does-ethereum-work-anyway-22d1df506369) (Est. time: 38 minutes)
2. Read [this article](https://blog.zeppelin.solutions/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05)
on smart contracts development. (Est. time: 15 minutes)
3. Read the [Truffle Documentation](https://truffleframework.com/docs/) / [Hardhat Documentation](https://hardhat.org/getting-started/)
4. Read the [Web3 Documentation](https://web3js.readthedocs.io/en/1.0/) / [Ethers Documentation](https://docs.ethers.io/v5/)


#### Practice
### Practice

1. Learn Ethereum development by making a [Zombie Game](https://cryptozombies.io/) (Est. time: 8 hs)
2. Read and make and example: [Pet shop tutorial](https://www.trufflesuite.com/tutorial)
Expand All @@ -46,7 +44,6 @@ with:
5. [Ultimate Introduction to Ethereum Ðapp Development](https://www.youtube.com/playlist?list=PLV1JDFUtrXpFh85G-Ddyy2kLSafaB9biQ) (Est. time: 4 hs)
6. [Ethernaut](https://ethernaut.zeppelin.solutions/) is a Web3/Solidity based wargame for those interested in learning ethereum


## Concepts

0. [Crypto vocabulary](https://medium.com/datadriveninvestor/crypto-vocabulary-expanded-76131d26537b)
Expand All @@ -66,7 +63,6 @@ with:
1. [Inside an Ethereum transaction](https://medium.com/@codetractio/inside-an-ethereum-transaction-fa94ffca912f)
2. [Diving Into the Ethereum VM](https://blog.qtum.org/diving-into-the-ethereum-vm-6e8d5d2f3c30)


## Libraries

- [dapp-bin](https://github.com/ethereum/dapp-bin) - Ethereum repo providing implementations for many common data structures and utilities in Solidity, Serpent and LLL.
Expand All @@ -75,11 +71,12 @@ with:

## Toolbox

#### General
### General

- [eth-cli](https://github.com/protofire/eth-cli) - CLI tools.
- [Remix](https://remix.ethereum.org/) - Online realtime compiler and runtime.
- [Metamask](https://metamask.io/) - You can use it as a extension in your browser.
#### Audit

### Audit

- [SmartCheck](https://tool.smartdec.net) - Online tool for checking smart contracts for vulnerabilities and bad practices.

0 comments on commit 4ff57a9

Please sign in to comment.