We made this decentralized application (dApp) to help developers learn about development on Web3 using BNB Chain.
It's a Next.js app that uses React, TypeScript and smart contract languages (mostly Solidity).
We will guide you through using the various blockchain JavaScript SDKs to interact with the BNB Chain network.
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 🔥
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/RumeelHussainbnb/BNBChainLearningPathway-Playground.git
cd learn-web3-dapp
yarn
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 BNB Chain Team