Chains

MAIN CHAINS

BNB Smart Chain

Fast. Affordable. EVM-Compatible

BNB Beacon Chain

Sunset Complete

BNB ecosystem’s staking & governance layer

SHAPE THE CHAIN

Staking

Earn rewards by securing the network

DocumentationFaucetBscScanBSCTraceDocumentationFaucetBridgeopBNBScanDocumentationFaucetBridgeGreenfieldScanDCellarLearn more about FusionToken Recovery ToolBeacon Chain ExplorerNative StakingLiquid Staking

Build

GET STARTED

Submit dApps

Explore

Accelerate

See All Programs

Connect

Join us

Careers🔥

Explore Opportunities on BNB Chain

BNB Chain CareersEcosystem Jobs
Get Started
Get 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