Ronin DApps Integration
Last updated
Last updated
Welcome to Coin98 Extension Wallet Developer Guide. This documentation contains guides for developers to get started developing on Coin98 Extension Wallet.
To detect whether your browser is running Coin98 Extension, please use:
Notice: Coin98 Extension Testnet is under development and not available now. The Coin98 Extension on Ethereum JavaScript provider API is specified by . Support window.ethereum only
and removal window.web3
To connect Coin98 Extension means to access the user's [blockchain - like Ethereum] account(s).
To disconnect Coin98 Extension, please use:
Once your account is connected, let's start experiencing more functions.
return Promise<Array[String]>
If wallet can not be found, return []
instead of throw Error
return Promise<{data: Boolean}>
return: Promise<Signature | RPC: 2.0>
return Promise<hash>
Currently we only support some action event from wallet extension
accountsChanged
Receive when active account changed in Extension
networkChanged
Receive when active network changed in Extension
chainChanged
Receive when active chain changed in Extension
disconnect
Receive when disconnect from Extension
close
Alias for disconnect event
on(event, callback)
Add event listener
off(event, callback)
Remove event listener
return Promise<Ethereum RPC>
Currently only support HTTP(s) method Reference: