Getting Started
Getting Started
Wallets Adapter
Provider Browser Detection
if (typeof window.pontem !== 'undefined') {
console.log('Pontem Wallet is installed!');
}window.pontem.connect()
.then(address => console.log(`Access for address ${address} allowed by user`))
.catch(e => console.log('Access denied by user', e))Last updated