1.2.0 • Published 2 years ago

@omnid/snap v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

MetaMask Snap for Omnid

Install & Explore : https://omnidsnap.vercel.app/

NPM: https://www.npmjs.com/package/@omnid/snap

Add to your Site:

await ethereum.request({
    method: 'wallet_enable',
    params: [{
        wallet_snap: { [`npm:@omnid/snap`]: {} },
    }]
})