bnb-chain-tutorial
bnb-chain-tutorial copied to clipboard
Detailed blockchain tutorials on BNB Chain.
#### Сorrection of the display of images of the deployment of the smart contract deployment instructions via the Remix IDE ------ 
Apologies if this is wrong but I tried to execute the and learn using the 01 - Hello World example but I ran into an issue settings the name. The...
My first commit
**05: BNB-React-dapp-tutorial-challenge** **Review 05: react-dapp/ReadMe.md** _Readme.md has the instructions. Programmers should be able to fork and develop their own version of this tutorial to be submitted to BNB Chain_ -...
### > _****_ async function main() { const [deployer] = await ethers.getSigners(); console.log("Deploying contracts with the account:", deployer.address); const Token = await ethers.getContractFactory("BEP20Token"); const token = await Token.deploy(); console.log("Token address:",...