Chains

BNB Smart Chain

Build web3 dApps effortlessly

BNB Beacon Chain

Sunset soon

BNB ecosystem’s staking & governance layer

DocumentationGitHubFaucetStake BNBBscScanBSCTraceDev ToolsLearn more about FusionDocumentationBeacon Chain ExplorerStake BNBDocumentationGitHubFaucetBridgeGreenfieldScanDCellarDev ToolsDocumentationGitHubFaucetBridgeopBNBScanDev ToolsDocumentationGitHub

Developers


Submit dApps

BNB Smart ChainBNB GreenfieldopBNBzkBNBHackathonBNB Incubation AllianceMVB Accelerator ProgramBuilder GrantsKickstartGas GrantsTVL Incentive ProgramMEME Coins InnovationSee All Programs

Ecosystem

Staking

Earn BNB and rewards effortlessly

Native StakingLiquid StakingBNB Beacon Chain Native Staking

Community

Contact UsGet Started
Contact UsGet Started

Binance Smart Chain DAPP Dev Tutorial - Part I BSC Smart Contract Develop Environment

2020.11.9  •  1 min read
Blog post image.

This is a community contribution.

Install MathWallet Chrome Extension

Link: https://mathwallet.org/

In [Settings]-[Networks], open: Binance Smart Chain – Testnet

Click Switch Network and select 'Binance Smart Chain – Testnet'

Click + button, create a new wallet address

Copy the wallet address, and you can get test token in link below:

https://testnet.binance.org/faucet-smart

Check the address in Bscscan whether the test BNB arrives

https://testnet.bscscan.com/

Open Remix IDE

http://remix.ethereum.org/

In deploy tab, select Injected Web3, Remix will connect to the test wallet automatically

Share