Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bnb-chain/bnb-chain-tutorial

Detailed blockchain tutorials on BNB Chain.
https://github.com/bnb-chain/bnb-chain-tutorial

blockchain bnb-smart-chain metamask smart-contracts truffle-framework tutorials web3

Last synced: 3 days ago
JSON representation

Detailed blockchain tutorials on BNB Chain.

Awesome Lists containing this project

README

        

# BNB Chain Tutorials
Blockchain tutorials using BNB Chain. Learn how to build Decentralized Applications (Dapps) on BNB Chain and Solidity Smart contracts.

Covers:
- BNB Chain
- Solidity
- Web3
- Truffle

### Organization
- **[01-BSC Hello World Full Stack dApp](https://github.com/bnb-chain/bnb-chain-tutorial/tree/main/01-%20Hello%20World%20Full%20Stack%20dApp%20on%20BSC):** Tutorial on how to develop a simple full-stack dapp with front-end integration on BSC Testnet.
- **[02-BSC Block Explorer](https://github.com/bnb-chain/bnb-chain-tutorial/tree/main/02-BSC-Block-Explorer):** Tutorial on how to develop a simple full-stack dapp that can fetch transaction details from a user given transaction hash.
- **[03-Using BlackIDE for Deploying NFTs](https://github.com/bnb-chain/bnb-chain-tutorial/tree/main/03-Using-BlackIDE-for-Deploying-NFTs):** Tutorial on how to use BlackIDE to deploy NFTs on the BSC testnet and view them in the MetaMask wallet.
- **[04-Deploying Smart Contracts Using IDEs](https://github.com/bnb-chain/bnb-chain-tutorial/tree/main/04-Deploying-Smart-Contracts-Using-IDEs):** Tutorials on how to deploy smart contracts using different IDEs, such as, Chainlink, Hardhat, Truffle, and Remix.