Skip to content

Commit

Permalink
Merge pull request #166 from ben46/main
Browse files Browse the repository at this point in the history
docs: fix typos in docs
  • Loading branch information
wslyvh authored Feb 19, 2024
2 parents f8bd81e + 5b3abf0 commit afa6690
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/guides/beginners-guide-to-web3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ date: 2020-07-07
dateAdded: 2022-01-15
---

Blockchain has emerged from the once shadowy world of cryptocurrency to become [the most in-demand skill in 2020](https://business.linkedin.com/talent-solutions/blog/trends-and-research/2020/most-in-demand-hard-and-soft-skills), according to LinkedIn. The promise of blockchain is huge. And large companies are continuing to hire and expand their blockchain teams, incl. Facebook, Amazon, Microsft, EY, Deloitte, IBM, and Oracle, to name a few. So, it should be well worth the effort to become familiar with how blockchain works, what its perceived benefits are, and as a developer starting building on top of them.
Blockchain has emerged from the once shadowy world of cryptocurrency to become [the most in-demand skill in 2020](https://business.linkedin.com/talent-solutions/blog/trends-and-research/2020/most-in-demand-hard-and-soft-skills), according to LinkedIn. The promise of blockchain is huge. And large companies are continuing to hire and expand their blockchain teams, incl. Facebook, Amazon, Microsoft, EY, Deloitte, IBM, and Oracle, to name a few. So, it should be well worth the effort to become familiar with how blockchain works, what its perceived benefits are, and as a developer starting building on top of them.

Over the past few years, I’ve been helping and on-boarding new team members and developers into the blockchain space. This helped me to collect blogs, links, materials, and resources and see which worked well for everyone’s learning journey. It’s time to share that with a broader audience. This guide provides a starting point for developers who’re keen to learn more about blockchain and development on top of Ethereum. It will be opinionated and not contain a full list of everything available. But rather, a concise list of highly recommended options, from my own experiences.

Expand Down
2 changes: 1 addition & 1 deletion content/guides/best-resources-to-learn-solidity.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ https://soliditylang.org/


### 2. Solidity by Example
The second one on the list is Solidity by Example. A great collection of more pratical examples, incl. source code and supporting videos.
The second one on the list is Solidity by Example. A great collection of more practical examples, incl. source code and supporting videos.

https://solidity-by-example.org/

Expand Down
2 changes: 1 addition & 1 deletion content/guides/crypto-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ If you want to contribute to the glossary, [have a look on Github](https://githu
- **OG**
Original Gangster, a person who was very early involved in crypto or a specific project

- **Orcale**
- **Oracle**
Data bridge to bring real-world information onto the blockchain

- **P2P**
Expand Down
2 changes: 1 addition & 1 deletion content/podcasts/epicenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dateAdded: 2021-08-16
level: "All"
---

Epicenter is the OG of crypto podcasts, making sense of cryptocurrencies and blockchain since before they were cool. Through interviews with founders and buidlers, we explore the technical, economic and social implications of this game-changing industry.
Epicenter is the OG of crypto podcasts, making sense of cryptocurrencies and blockchain since before they were cool. Through interviews with founders and builders, we explore the technical, economic and social implications of this game-changing industry.
2 changes: 1 addition & 1 deletion content/starter-kits/jolly-roger.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dateAdded: 2021-09-16
level: "All"
---

A template to build a decentralised application using ethereum, buidler, svelte and thegraph
A template to build a decentralised application using ethereum, builder, svelte and thegraph
2 changes: 1 addition & 1 deletion content/tutorials/low-level-guide-to-storage-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ We'll walkthrough each encounter you will face by learning deal with them using

### Storage

Storage is a persistent mapping with 2^256 - 1 available 32 byte words for each contract. When you set a state variable’s value it stores it at the assigned slot where it will remain in the EVM unless overriden with another value of the same type.
Storage is a persistent mapping with 2^256 - 1 available 32 byte words for each contract. When you set a state variable’s value it stores it at the assigned slot where it will remain in the EVM unless overridden with another value of the same type.

0 comments on commit afa6690

Please sign in to comment.