Stride DApps Integration
To detect Coin98 Extension with Cosmos Base Chain
if (window.coin98) {
console.log('Coin98 Extension is installed!');
}Notice: Coin98 Extension Testnet is under development and not available now.
To connect Coin98 Extension Wallet
// Connect only
const connection = window.coin98.cosmos('<chain: String>');
// Connect & get accounts
connection.request({ method: 'cosmos_accounts' });
// Check whether dapp connected or not
connection.isConnected();To disconnect Coin98 Extension Wallet
To experience functions
Get Current Account
Check wallet whether exists or not
Execute contract function
To handle events
List of events
Events
Trigger
Method
Description
Last updated