I have a problem to read token information in ton network such as symbol and logo image uri in pure javascript and toneweb.js, can evrey body help me? Tanks
my code is :
let jettonMinterData = await tonweb.provider.call2(jettonMasterAddress, ‘get_jetton_data’);
minter.totalSupply = jettonMinterData[0].toString();
minter.mutable = Boolean(jettonMinterData[1]);
this ok.
how to read symbol,name,ContentUri , if is off-chain or on-chain.
New contributor
Ehsan Niazi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.