sign-pantograph

1.0.2 • Public • Published
import {onConnectWallet} from 'pantograph'
 
async connectWallet(){
  await onConnectWallet();
  console.log('window.tomoWeb3 ', window.tomoWeb3);
  const coinbase = await window.tomoWeb3.eth.coinbase;
  console.log('coinbase address', coinbase);
}
 

Package Sidebar

Install

npm i sign-pantograph

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

4.69 kB

Total Files

3

Last publish

Collaborators

  • hbbacoor