walletinfo
v1.0.5
Published
The wallet info packege use for the get metta maask info
Readme
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)
