Skip to main content

Qtum Provider

FoxWallet uses the same protocol as Qnekt.

getProvider

function getProvider() {
const provider = window.foxwallet && window.foxwallet.qtum;
// available on Qtum mainnet only
if (!provider) {
window.open('https://foxwallet.com/download');
throw `Please guide users to download from FoxWallet official website`
}
return provider;
}

Testing DApp