This is my first attempt to try and learn the Cardano Web3 Mesh.js library. The goal of this experiment is to find and check whether a wallet has a token or NFT by searching for its name and policy ID.
Here is a reference link to the Mesh documentation that I studied. The code I made is a modification of the reference.
To see how it works, let's watch the following video documentation. Here is a video documentation link
git clone https://github.com/ValdryanIvandito/mesh-token-checker.git
cd mesh-token-checker
yarn
or
npm i
yarn dev
or
npm run dev