BNB Chain DApps Integration
To detect Coin98 Extension with BNB Chain
if(window.coin98 || window.ethereum || window.ethereum?.isCoin98){
console.log('Coin98 Extension is installed!');
}To connect Coin98 Extension Wallet
// Connect & get accounts
window.ethereum.request({method: 'eth_accounts'});
// Alias for connection
window.ethereum.request({method: 'eth_requestAccounts'});
//Check if dapp connected
window.ethereum.isConnected();To disconnect Coin98 Extension Wallet
To experience functions
Get Current Account
Check wallet whether exists or not
Sign Transaction
Transfer
RPC Request
To handle events
List of events
Events
Trigger
Method
Description
Last updated