Metamask Cosmos Snap
Installation
try {
const result = await window.ethereum.request({
method: 'wallet_requestSnaps',
params: {
'npm:@leapwallet/metamask-cosmos-snap': {},
},
});
console.log(result);
} catch (error) {
console.log(error);
}
Methods
1. Get Keys
2. Sign Direct
3. Suggest Chain
Last updated