neodix42 / ton4j

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

Are there any good tutorials or videos for learning based on ton4j? #80

Open liujie329 opened 2 weeks ago

liujie329 commented 2 weeks ago

Is there a good example or good tutorials or videos for learning based on ton4jj? For instance, one that demonstrates deploying a Jetton, performing transfers, and other common operations.

neodix42 commented 2 weeks ago

Hi, you can take a look at these uses cases referring to ton4j library - https://github.com/neodix42/ton-sdk-test-cases Also, you can browse the repository for more tests - https://github.com/neodix42/ton4j/tree/main/smartcontract/src/test/java/org/ton/java/smartcontract/integrationtests

neodix42 commented 2 weeks ago

It is also planned to deliver more tutorials on ton4j in near feature, as well as provide more examples at docs.ton.org.