neodix42 / ton4j

Java libraries for interacting with TON blockchain.
GNU General Public License v3.0
28 stars 10 forks source link

tell me how to see the number of tokens in an address, for example NOTcoins #14

Open farsait-lt opened 3 weeks ago

farsait-lt commented 3 weeks ago

tell me how to see the number of tokens in an address, for example NOTcoins

neodix42 commented 2 weeks ago

Have you looked at this example? https://github.com/neodix42/ton4j/blob/1f5e473b7bf562412790c33c6d983b8197c48eca/smartcontract/src/test/java/org/ton/java/smartcontract/integrationtests/TestJetton.java#L143 You have to know the jetton wallet address of token you want to manipulate.