1.0.5 • Published 2 years ago

walletinfo v1.0.5

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

WalletInfo V1.0.3

WalletInfo help to get the information of the connected metamask wallet. Developer can get the information like wallet account address account balance wallet network and blockchain id. Also this package return the getSinger function and provider

How Can install the WalletInfo Package v1.0.3

npm i walletinfo

after installation complete import the walletInfo package

import {walletHelper} from 'walletinfo'

After the import developer can use walletinfo package with async/await function

const walllet = await walletHelper.wallet();

console.log(walllet)

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago