GitHunt
SH

shivam0x/learn-web3-dapp

This Next.js app is designed to be used with the Figment Learn Pathways, to help developers learn about various blockchain protocols such as Solana, NEAR, Secret, Polygon and Polkadot!

๐Ÿ‘‹๐Ÿผ What is learn-web3-dapp?

We made this decentralized application (dApp) to help developers learn about Web 3 protocols.

It's a Next.js app that uses React, TypeScript and various smart contract languages (mostly Solidity and Rust).

We will guide you through using the various blockchain 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

  • โœ… Celo

  • โœ… The Graph

  • โœ… The Graph for NEAR

  • โœ… Pyth

  • ๐Ÿ”œ Ceramic

  • ๐Ÿ”œ Arweave

  • ๐Ÿ”œ Chainlink

  • Let us know which one you'd like us to cover

Screen Shot 1

Screen Shot 2

Screen Shot 3

๐Ÿง‘โ€๐Ÿ’ป Get started

The best way to go through those courses is using Gitpod. Gitpod provides prebuilt developer environments in your browser, powered by VS Code. Just sign in using GitHub and you'll be up and running in seconds without having to do any manual setup ๐Ÿ”ฅ

Open this repo on Gitpod

๐Ÿ‘ Clone locally

Make sure you have installed git, Node.js (Please install v14.17.0, we recommend using nvm) and yarn.

Then clone the repo, install dependencies and start the server by running all these commands:

git clone https://github.com/figment-networks/learn-web3-dapp.git
cd learn-web3-dapp
yarn
yarn dev

๐Ÿค Feedback and contributing

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