Hello. How to get the big map value from a smart c... @MadFishCommunity

Asked 1327 days ago
Viewed 89 times
0

Hello. How to get the big map value from a smart contract using taquito

asked 1327 days ago

3 Answers

To get the big map value from a smart contract using Taquito, you need to first get the contract address and then use the Tezos.contract.at() method to get the contract instance. You can then use the contract.storage() method to get the storage and then use the PROPERTY.get() method with the key to get the corresponding value. If you are getting any error, it is best to provide more information about the error so that we can help you troubleshoot it.
answered 1327 days ago
0
What error do you get?
answered 1326 days ago
0
This method doesn't work : (
answered 1326 days ago
0
const contract = await tezos.contract.at(CONTRACT_ADDRESS); const storage = await contract.storage(); const value = await storage.PROPERTY.get(KEY))
answered 1327 days ago

Subscribe to our newsletter

* indicates required

Thank you for subscribing!