Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 918 Bytes

File metadata and controls

45 lines (29 loc) · 918 Bytes

Get Wallet Details Using All Mesh Wallet Hooks

The purpose of this simple application is to display information from the Cardano wallet such as address, balance, token list, token policyID, token or asset name, and fingerprint using all Mesh Wallet Hooks.

Demo

To see how it works, let's look at the recorded video where I shared and demonstrated this application on the Indonesian Cardano Developers Community Youtube channel. Look at the timestamp 1:28:33 and here is the link

Getting Started

Clone The Repository

git clone https://github.com/ValdryanIvandito/mesh-get-wallet-details.git

Go to the Directory

cd mesh-get-wallet-details

Install Dependencies:

yarn

or

npm i

Run The Development Server

yarn dev

or

npm run dev