Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bnb-chain/bnb-chain-tutorial
- Owner: bnb-chain
- Created: 2022-07-01T09:53:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T20:03:33.000Z (over 1 year ago)
- Last Synced: 2024-05-30T03:20:59.747Z (6 months ago)
- Topics: blockchain, bnb-smart-chain, metamask, smart-contracts, truffle-framework, tutorials, web3
- Language: JavaScript
- Homepage: https://www.bnbchain.org/en
- Size: 1.77 MB
- Stars: 239
- Watchers: 61
- Forks: 378
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.