Skip to main content

Overview

Developing on opBNB is nearly the same as building directly on BNB Smart Chain. Migration from Ethereum, BNB Smart Chain, Polygon, and other EVM-compatible chains to opBNB will be nearly seamless for projects. Some key points to highlight:

  1. Optimistic rollup - opBNB provides the scalability and low costs of a rollup, while still leveraging the security of BNB Smart Chain. dApps get the best of both Layer 1 and Layer 2.
  2. EVM Compatible - Developers on any EVM campatible chains can simply deploy the same application on opBNB to get the benefits of Layer 2 scaling.

Guide

Basic (Starter)

  1. Network Infomation
  2. Configure Wallet
  3. Set Gasprice
  4. Claim Faucet
  5. Deposit Asset
  6. Withdraw Asset
  7. FAQ

Advance (Developer)

  1. Best Practice
  2. Run Node:
  1. Contract Verification
  2. Create a Full Stack Dapp
  3. Multi-Sig Wallet Service
  4. Arbitrary BEP20 Cross-chain Transfer
  5. Infra and Tooling

Tutorial & SDK Resources (In depth)

  1. Tutorials
  2. OP Stack Client SDK The SDK provides a set of tools for interacting with opBNB and also for Interlayer communication. (OP Stack Client SDK is maintained by OP Stack)

Contribute