🪐BNB Chain DApps Integration
Welcome to MapNode Extension Wallet Developer Guide. This documentation contains guides for developers to get started developing on MapNode Extension Wallet.
To detect MapNode Extension with BNB Chain
To detect whether your browser is running MapNode Extension, please use:
Notice: MapNode Extension Testnet is under development and not available now. The MapNode Extension on Ethereum JavaScript provider API is specified by EIP-1193. Supportwindow.ethereum + window.binance
and removal window.web3
To connect MapNode Extension Wallet
To connect MapNode Extension means to access the user's [blockchain - like Ethereum] account(s).
To disconnect MapNode Extension Wallet
To disconnect MapNode Extension, please use:
To experience functions
Once your account is connected, let's start experiencing more functions.
Get Current Account
return Promise<Array[String]>
If wallet can not be found, return
[]
instead ofthrow Error
Check wallet whether exists or not
return Promise<{data: Boolean}>
Sign Transaction
return: Promise<Signature | RPC: 2.0>
Transfer
return Promise<hash>
RPC Request
return Promise<binanceSmartChain RPC>
Currently only support HTTP(s) method Reference: RPC Method
To handle events
List of events
Currently we only support some action event from wallet extension
Last updated