Replies: 1 comment 2 replies
-
Write functions usually don't log in an RPC service (e.g. Alchemy) unless the signer (e.g. wallet app) is using your specific RPC. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code below is try to call the "mint" method in smart contract. The code is working fine. My question is, will this "mint" method call will be log in Alchemy? Currently I can't it under my Alchemy account.
If I call the "totalSupply" method (read method), this is being recorded in the Alchemy. Anyone can help?
screenshot from Alchemy dashboard
index.js
Mint.js
Beta Was this translation helpful? Give feedback.
All reactions