Getting Started
Web3.0 Browser Detection
if (typeof window.ethereum.isTokenPocket !== 'undefined') {
console.log('TokenPocket Extension is installed!');
}Detect TokenPocket Extension
Connect to TokenPocket Extension
ethereum.request({ method: 'eth_requestAccounts' });Last updated