bnb-chain-tutorial icon indicating copy to clipboard operation
bnb-chain-tutorial copied to clipboard

Detailed blockchain tutorials on BNB Chain.

Results 6 bnb-chain-tutorial issues
Sort by recently updated
recently updated
newest added

#### Сorrection of the display of images of the deployment of the smart contract deployment instructions via the Remix IDE ------ ![Image](https://i.imgur.com/IqnoQnU.png)

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...

**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:",...