LiamCrypto / 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!

Home Page:https://learn.figment.io/pathways

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘‹πŸΌ 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
  • βœ… Ceramic
  • βœ… The Graph
  • πŸ”œ Arweave
  • πŸ”œ Chainlink
  • πŸ”œ Pyth
  • Let us know which one you'd like us to cover

Screen Shot 1

Screen Shot 2

Screen Shot 3

πŸ§‘β€πŸ’» Get started

πŸ‘ Clone locally

Make sure you have git, Node (you'll need v14.17.0 or greater) and yarn installed. Then clone the repo and run yarn in the project directory 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

🀝 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

About

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!

https://learn.figment.io/pathways


Languages

Language:TypeScript 95.7%Language:Rust 2.2%Language:JavaScript 1.2%Language:Shell 0.6%Language:Solidity 0.3%