Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentology/web2-to-web3-resources
A markdown repository for resources on bridging the gap between web2 and web3
https://github.com/decentology/web2-to-web3-resources
hacktoberfest hacktoberfest2021 web web3
Last synced: 3 months ago
JSON representation
A markdown repository for resources on bridging the gap between web2 and web3
- Host: GitHub
- URL: https://github.com/decentology/web2-to-web3-resources
- Owner: decentology
- License: mit
- Created: 2021-10-11T19:49:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T17:14:33.000Z (over 2 years ago)
- Last Synced: 2024-05-14T00:52:18.599Z (6 months ago)
- Topics: hacktoberfest, hacktoberfest2021, web, web3
- Homepage:
- Size: 39.1 KB
- Stars: 22
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- Blockchain-Development-Resources - Web2 to web3 resources
README
# WEB2 TO WEB3 RESOURCES
At [Decentology](https://www.decentology.com/) one of our goals is to make blockchain more accessible for mainstream users. As part of this, we're creating this repository to gather resources for people who are interested in learning, growing, and/or exploring the web3 space. Through these resources, we hope to reduce barriers to entry and create a space where the wider community can contribute to supporting each other.----
## Table of Contents
* [FAQs](#faqs)
* [Glossary](#glossary)
* [Non-Fungible Tokens (NFTs)](#non-fungible-tokens)
* [Cryptocurrency](#cryptocurrency)
* [Decentralized Autonomous Organizations (DAOs)](#decentralized-autonomous-organizations)
* [Tutorials, Guides, & Docs](#tutorials-guides-docs)
* [Web3 and Blockchain Resource Collections](#web3-and-blockchain-resource-collections)# FAQs
([Go to top](#web2-to-web3-resources))#### What are the main components of a decentralized application?
A decentralized application has three main components:
* **The front end**: Takes input from the user and builds the requests to be sent to the smart contracts.
* **The wallet**: Signs transactions and sends them to the network.
* **Smart contracts**: Here is where you write the business logic of the dapp.#### What is staking?
Staking is the process of delegating or locking up crypto holdings to earn rewards. Some of the rewards you can earn from staking are earning additional tokens and getting some voting rights. Staking has the added benefit of contributing to the security and efficiency of the blockchain projects you support. By staking some of your funds, you make the blockchain more resistant to attacks and strengthen its ability to process transactions. [Business Insider](https://www.businessinsider.com/staking-crypto)#### What is the difference between “proof of stake” and “proof of work”?
Proof of Work: Proof of Work is the process where miners compete to solve complex cryptographic puzzles, by investing massive computational power using high-end hardware and a ridiculous amount of energy consumption. In return, the miner who solves the problem is rewarded with a token. Proof of Stake: Proof of Stake is an alternative to Proof of Work, where there is no direct competition between the miners and someone is randomly chosen to “validate” a block. The probability of becoming a validator increases depending on how much stake you have in the blockchain i.e. how many tokens of the blockchain you own.[101 Blockchains](https://101blockchains.com/blockchain-developer-interview/)#### What is EVM?
Ethereum Virtual Machine (EVM) is a computation engine which acts like a decentralized computer that has millions of executable projects. It acts as the virtual machine which is the bedrock of Ethereum's entire operating structure.Ethereum Virtual Machine does the following checks whenever there is a transaction:
1. Confirms if a transaction has the correct number of values, the validity of the signature as well as whether the transaction nonce matches the nonce of that particular transaction account. If there is a mismatch, the transaction will be returned as an error.
2. Calculates the transaction fee required and initializes the gas payment.
3. Executes the transfer of the required amount of digital assets to the assigned address. [101 Blockchains](https://101blockchains.com/blockchain-developer-interview/)#### What is a smart contract?
A smart contract is a simple, self-executing piece of code stored on a blockchain that runs when predetermined conditions are met. In smart contracts, the terms of the agreement between buyer and seller are directly written into lines of code. [Investopedia](https://www.investopedia.com/terms/s/smart-contracts.asp)#### What are the benefits of a smart contract?
Trust, reliability, security, efficiency### Video & Audio Resources
- [How is web3 development different from web2](https://www.youtube.com/watch?v=psYactRankc)# Glossary
([Go to top](#web2-to-web3-resources))
| Term | Definition |
| ----------- | ----------- |
| **Blockchain** | the underlying technology for the decentralized web. |
| **Smart Contract** | the code executed on a blockchain. |
| **Dapp** | A computer application that runs on a distributed computing system. If you’ve ever developed “serverless” apps on Azure or Amazon this is a similar concept. |
| **Solidity** | An object-oriented programming language for writing smart contracts. It is used for implementing smart contracts on various blockchain platforms, most notably, Ethereum. Solidity is similar to JavaScript. |
| **Gas Fees**| Cost associated with getting your data written to a blockchain|# Non-Fungible Tokens
([Go to top](#web2-to-web3-resources))- [NFT School](https://nftschool.dev/)
- [Non Fungible Talent](https://hyperionmagazine.com/featured/non-fungible-talent/)
- [NFT/ERC-721/Collectible END-TO-END TUTORIAL | Deploy, List on Opensea, Host Metadata on IPFS](https://www.youtube.com/watch?v=p36tXHX1JD8)
- [How to mint NFT and publish it on OpenSea using ERC1155 smart contract](https://www.youtube.com/watch?v=J4p1sdo3Rz4)
- [Trade/sell NFTs automatically from Solidity smart contract](https://www.youtube.com/watch?v=XLrhD6GHi0E)
- [🎟 NFT on 💜 Polygon + 🐳 Opensea](https://www.youtube.com/watch?v=zgj8ZT4-9lk)
- [VyperFun](https://vyper.fun/#/)
- [BuildSpace](https://buildspace.so/)# Cryptocurrency
([Go to top](#web2-to-web3-resources))- [What is DeFi by Coinbase](https://www.coinbase.com/learn/crypto-basics/what-is-defi)
- [How to DeFi by CoinGecko](https://www.amazon.com/gp/product/B098GT2PSG/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B098GT2PSG&linkCode=as2&tag=wslyvh-20&linkId=7a04836b6fd29d36cdfdac08efebd088)
- [Crypto's Consumer Era by Kinjal Shah](https://kinjalshah.substack.com/p/cryptos-consumer-era)
- [EdX (Bitcoin and Cryptocurrencies) Offered By UC Berkeley](https://www.edx.org/course/bitcoin-and-cryptocurrencies?)
- [The Basics of Bitcoins and Blockchains by Antony Lewis](https://www.amazon.com/Basics-Bitcoins-Blockchains-Introduction-Cryptocurrencies/dp/1633538001/ref=sr_1_8?dchild=1&keywords=cryptocurrency&qid=1634138989&sr=8-8)
- [Blockchain and Money by MIT OpenCourseWare](https://ocw.mit.edu/courses/sloan-school-of-management/15-s12-blockchain-and-money-fall-2018/)
- [Epicenter podcast](https://epicenter.tv/)# Decentralized Autonomous Organizations
([Go to top](#web2-to-web3-resources))- [A Beginner's Guide to DAOs by Linda Xie](https://linda.mirror.xyz/Vh8K4leCGEO06_qSGx-vS5lvgUqhqkCz9ut81WwCP2o)
- [The New Creator Economy- DAOS, Community Ownership, and Cryptoeconomics by Nader Dabit](https://www.freecodecamp.org/news/the-new-creator-economy-daos-community-ownership-and-cryptoeconomics/)
- [What's Possible with DAOs - Linda Xie, Kinjal Shah, and John Palmer](https://www.youtube.com/watch?v=mJs1a8nJ9Vg)
- [The DAO of DAOs by Packy McCormick](https://www.notboring.co/p/the-dao-of-daos)
- [DAOs & Creators: Resources to Get Started Today by Kinjal Shah](https://www.notboring.co/p/the-dao-of-daos)
- [](https://medium.com/coinmonks/daos-are-eating-the-world-dfa5332474e7)
- [DAOs Are Eating the World by Michael Macaulay](https://medium.com/coinmonks/daos-are-eating-the-world-dfa5332474e7)
- [The Rise of Micro-Economies by Coopahtroopa and Kinjal Shah](https://coopahtroopa.mirror.xyz/gWY6Kfebs9wHdfoZZswfiLTBVzfKiyFaIwNf2q8JpgI)
- [A Prehistory of DAOs by Key](https://gnosisguild.mirror.xyz/t4F5rItMw4-mlpLZf5JQhElbDfQ2JRVKAzEpanyxW1Q)
- [How to Launch a Social Token by Coopahtroopa](https://forefront.market/blog/how-to-launch-a-token)# Tutorials, Guides, Docs
([Go to top](#web2-to-web3-resources))## Flow
*Flow is a fast, decentralized, and developer-friendly blockchain. Smart contracts on Flow are written in Cadence, an easier and safer programming language for crypto assets and apps.*Flow's [GitHub repositories](https://github.com/onflow)
### Tutorials & Guides
- [Understanding Cadence](https://docs.onflow.org/cadence/tutorial/01-first-steps/)
- [Learn Cadence - Hello World on Flow- an instructional on coding language of Flow Blockchain!](https://www.youtube.com/watch?v=pRz7EzrWchs)
- [CryptoDappy](https://www.cryptodappy.com/)
-### Docs
- [Cadence](https://docs.onflow.org/cadence/language/)
- Cadence is a resource-oriented programming language that introduces new features to smart contract programming that help developers ensure that their code is safe, secure, clear, and approachable.## Polygon
*Polygon is a sidechain based scaling solution for public blockchains. It is based on an adapted implementation of Plasma framework. Polygon provides scalability while ensuring a superior user experience in a secured and decentralized manner.*Polygon's [Github repositories](https://github.com/0xPolygon)
### Tutorials & Guides
- [How to set up IBFT locally](https://sdk-docs.polygon.technology/docs/how-tos/howto-setup-ibft/howto-set-ibft-locally)
- [Building Scalable Dapps on Polygon](https://www.youtube.com/watch?v=WQ1L5cqe8xA)
- [Polygon FAQs](https://docs.polygon.technology/docs/home/faq)### Docs
- [Application Development on Polygon](https://docs.polygon.technology/docs/develop/getting-started/)
- A comprehensive guide on developing with the Polygon Blockchain, including workflow for migrating your current dApp, or building from one from scratch.## Solana
*Solana which was introduced in 2017 is a blockchain and cryptocurrency that leverages an open infrastructure to provide greater scalability. The network’s architecture was structured to be expandable and resilient to censorship. This trustless and distributed blockchain tackles both transaction settlement speed concerns and bandwidth via this design. Solana supports writing on-chain programs using the Rust programming language.*Solana's [Github repositories](https://github.com/solana-labs/solana)
### Tutorials & Guides
- [Introduction to Solana](https://docs.solana.com/introduction)
- [Deep dive into Solana](https://www.notboring.co/p/solana-summer?token=eyJ1c2VyX2lkIjoxMTQ2MTQyLCJwb3N0X2lkIjo0MDMzNDY4MiwiXyI6InMvYk1oIiwiaWF0IjoxNjM0ODA5MjA3LCJleHAiOjE2MzQ4MTI4MDcsImlzcyI6InB1Yi0xMDAyNSIsInN1YiI6InBvc3QtcmVhY3Rpb24ifQ.McJK9BYIu27nn_wrOy916A22T90DSO4Bh_GikKHFJ3A)
- [Building dApps on Solana](https://learn.figment.io/protocols/solana)
- [Programming on Solana - An Introduction](https://paulx.dev/blog/2021/01/14/programming-on-solana-an-introduction/#building-the-escrow-program-alice-s-transaction)### Docs
- [Introduction to Rust](https://doc.rust-lang.org/book/)
- Rust is a statically typed, multi-paradigm programming language that allows developers build programs (smart contracts) on the Solana blockchaim. It was built with safety, speed, and efficiency in mind.
## Conflux# web3 and blockchain resource collections
([Go to top](#web3-and-blockchain-resource-collections))