We made this decentralized application (dApp) to help developers learn about Web 3 protocols.
It's a Next.js app that used React, TypeScript and various smart contract languages (mostly Solidity and Rust).
We will guide you to build up a simple web client using the various blockchain's JavaScript SDKs to interact with their networks. Each protocol is slightly different, but we have attempted to standardize the workflow so that you can quickly get up to speed on networks like Solana, NEAR, Polygon and more!
- ✅ Solana
- ✅ Polygon
- ✅ Avalanche
- ✅ NEAR
- ✅ Tezos
- ✅ Secret
- ✅ Polkadot
- ✅ Ceramic
- 🔜 The Graph
- 🔜 Arweave
- 🔜 Chainlink
- 🔜 Pyth
- Let us know which one you'd like us to cover
Make sure you have git, Node (you'll need v14.17.0
or greater) and yarn installed. Then clone the repo and run the yarn
command to install the dependencies:
git clone https://github.com/figment-networks/learn-web3-dapp.git
cd learn-web3-dapp
yarn
Start the Next.js development server on the default port 3000 with:
yarn dev
If you encounter any errors during this process, please join our Discord for help.
Feel free to also open an Issue or a Pull Request on the repo itself.
We hope you enjoy our Web 3 education dApps 🚀
-- The Figment Learn Team