Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/awesomelistsio/awesome-web3-development

A curated list of awesome resources, tools, frameworks, libraries, and educational content for Web3 Development. Web3 represents the next evolution of the internet, characterized by decentralized applications (dApps), smart contracts, and blockchain technology.
https://github.com/awesomelistsio/awesome-web3-development

List: awesome-web3-development

awesome awesome-list awesome-lists web3 web3-development

Last synced: 1 day ago
JSON representation

A curated list of awesome resources, tools, frameworks, libraries, and educational content for Web3 Development. Web3 represents the next evolution of the internet, characterized by decentralized applications (dApps), smart contracts, and blockchain technology.

Awesome Lists containing this project

README

        

# Awesome Web3 Development [![Awesome Lists](https://srv-cdn.himpfen.io/badges/awesome-lists/awesomelists-flat.svg)](https://github.com/awesomelistsio/awesome)

[![Buy Me A Coffee](https://srv-cdn.himpfen.io/badges/buymeacoffee/buymeacoffee-flat.svg)](https://tinyurl.com/2h9aktmd)   [![Ko-Fi](https://srv-cdn.himpfen.io/badges/kofi/kofi-flat.svg)](https://tinyurl.com/d4xnrptz)   [![PayPal](https://srv-cdn.himpfen.io/badges/paypal/paypal-flat.svg)](https://tinyurl.com/mr22naua)   [![Stripe](https://srv-cdn.himpfen.io/badges/stripe/stripe-flat.svg)](https://tinyurl.com/e8ymxdw3)

> A curated list of awesome resources, tools, frameworks, libraries, and educational content for Web3 Development. Web3 represents the next evolution of the internet, characterized by decentralized applications (dApps), smart contracts, and blockchain technology.

## Contents

- [General Resources](#general-resources)
- [Getting Started with Web3](#getting-started-with-web3)
- [Web3 Development Frameworks](#web3-development-frameworks)
- [Smart Contract Development](#smart-contract-development)
- [Web3 Libraries and Tools](#web3-libraries-and-tools)
- [Decentralized Storage](#decentralized-storage)
- [Blockchain APIs and Services](#blockchain-apis-and-services)
- [Educational Resources](#educational-resources)
- [Community and Forums](#community-and-forums)
- [Contribute](#contribute)
- [License](#license)

## General Resources

- **[What is Web3?](https://ethereum.org/en/web3/)** - An introduction to Web3 and its core concepts by Ethereum.org.
- **[The Web3 Foundation](https://web3.foundation/)** - An organization supporting the development of decentralized technologies and protocols.
- **[Web3.js Documentation](https://web3js.readthedocs.io/)** - The official documentation for Web3.js, a JavaScript library for interacting with the Ethereum blockchain.

## Getting Started with Web3

- **[How to Get Started with Web3 Development](https://www.freecodecamp.org/news/get-started-with-web3-development/)** - A beginner-friendly guide to Web3 development.
- **[Build Your First dApp](https://docs.alchemy.com/docs/how-to-build-a-dapp)** - A step-by-step tutorial on building your first decentralized application.
- **[What is a dApp?](https://ethereum.org/en/developers/docs/dapps/)** - An overview of decentralized applications and their architecture.
- **[Web3 Development Tools](https://web3.tools/)** - A comprehensive list of tools for building and testing Web3 applications.

## Web3 Development Frameworks

- **[Truffle Suite](https://trufflesuite.com/)** - A development framework for building, testing, and deploying smart contracts on Ethereum.
- **[Hardhat](https://hardhat.org/)** - A popular development environment for compiling, testing, and debugging Ethereum dApps.
- **[Foundry](https://book.getfoundry.sh/)** - A fast, modular toolkit for Ethereum development, focused on smart contract testing and deployment.
- **[Brownie](https://eth-brownie.readthedocs.io/en/stable/)** - A Python-based framework for Ethereum smart contract development.
- **[Embark](https://framework.embarklabs.io/)** - A comprehensive framework for developing and deploying decentralized applications.

## Smart Contract Development

- **[Solidity](https://soliditylang.org/)** - The most widely used programming language for writing Ethereum smart contracts.
- **[Vyper](https://vyper.readthedocs.io/en/stable/)** - A Python-based smart contract language focused on simplicity and security.
- **[OpenZeppelin Contracts](https://docs.openzeppelin.com/contracts/)** - A library of secure and reusable smart contract components.
- **[MythX](https://mythx.io/)** - A smart contract security analysis tool for finding vulnerabilities.
- **[Solidity by Example](https://solidity-by-example.org/)** - A collection of Solidity examples for learning smart contract development.

## Web3 Libraries and Tools

- **[Web3.js](https://web3js.readthedocs.io/)** - A JavaScript library for interacting with the Ethereum blockchain and smart contracts.
- **[Ethers.js](https://docs.ethers.io/)** - A lightweight JavaScript library for interacting with the Ethereum blockchain.
- **[Moralis SDK](https://moralis.io/)** - A toolkit for building and scaling Web3 applications, with APIs for authentication and data storage.
- **[WalletConnect](https://walletconnect.com/)** - A protocol for connecting dApps with mobile wallets via QR code scanning.
- **[The Graph](https://thegraph.com/)** - An indexing protocol for querying blockchain data using subgraphs.

## Decentralized Storage

- **[IPFS (InterPlanetary File System)](https://ipfs.io/)** - A decentralized storage network for storing and sharing data.
- **[Arweave](https://www.arweave.org/)** - A blockchain-based storage protocol designed for permanent, decentralized data storage.
- **[Filecoin](https://filecoin.io/)** - A decentralized storage network built on IPFS, incentivizing users to share storage space.
- **[Pinata](https://pinata.cloud/)** - A service for managing and pinning IPFS files for decentralized storage.
- **[Web3.Storage](https://web3.storage/)** - A service for storing data using IPFS and Filecoin, tailored for Web3 applications.

## Blockchain APIs and Services

- **[Alchemy](https://www.alchemy.com/)** - A platform offering blockchain APIs and developer tools for building dApps.
- **[Infura](https://infura.io/)** - A scalable API for connecting to the Ethereum network and IPFS.
- **[QuickNode](https://www.quicknode.com/)** - A service providing fast and reliable blockchain APIs.
- **[Moralis](https://moralis.io/)** - A Web3 development platform offering APIs, SDKs, and tools for building dApps.
- **[The Graph API](https://thegraph.com/)** - An API for querying blockchain data using subgraphs.

## Educational Resources

- **[Mastering Ethereum](https://github.com/ethereumbook/ethereumbook)** - An open-source book by Andreas M. Antonopoulos and Gavin Wood covering Ethereum and smart contract development.
- **[CryptoZombies](https://cryptozombies.io/)** - A gamified platform for learning smart contract development using Solidity.
- **[Buildspace](https://buildspace.so/)** - A platform offering courses on building Web3 and blockchain applications.
- **[Web3 University](https://www.web3.university/)** - A collection of free courses and resources for learning Web3 development.
- **[Ethereum 101 by Binance Academy](https://academy.binance.com/en/articles/what-is-ethereum)** - An introductory guide to Ethereum and Web3.

## Community and Forums

- **[Reddit: r/web3](https://www.reddit.com/r/web3/)** - A subreddit focused on discussions about Web3 development and decentralized applications.
- **[Discord: Web3 Developers](https://discord.gg/web3devs)** - A Discord server for developers building Web3 projects.
- **[Telegram: Web3 Builders](https://t.me/web3builders)** - A Telegram group for Web3 developers and enthusiasts.
- **[Ethereum Stack Exchange](https://ethereum.stackexchange.com/)** - A Q&A platform for developers working on Ethereum and Web3 projects.
- **[GitHub: Web3 Community](https://github.com/web3community)** - A GitHub organization for open-source Web3 projects and resources.

## Contribute

Contributions are welcome!

## License

[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](http://creativecommons.org/licenses/by-sa/4.0/)