Sei Dapp Integration
To detect Ramper Wallet Extension with Cosmos Base Chain
if (window.ramper2) {
console.log('Ramper Extension is installed!');
}To connect Ramper Wallet Extension
// Connect only
window.ramper2.cosmos.enable(chainId: string);
// Connect & get accounts
window.ramper2.cosmos.getKey(chainId: string);To disconnect the Ramper Wallet Extension
window.ramper2.cosmos.disconnect();To experience functions
Get Current Account
Sign Amino:
Sign Direct:
Sign Arbitrary:
Delegate Transaction broadcasting:
To handle events
List of events
Last updated