Hi!
I have a blockchain game written in Solidity, with a JavaScript interface and a Node backend.js
I want to add my game to the TON blockchain and Telegram bot.
What steps should I take?
Should I first write smart contracts in Tact language and then add wallet support to the website?
Oct 11, 2023, 7:42 AM
Generally speaking, yes, just rewrite smart contracts on some TVM language and adapt the front end. But It sounds easier than it is.
Oct 11, 2023, 7:51 AM