Hello, I am working on a fun project that I won't release to public regarding crypto swapping (take changeNOW as an example)
I still don't know how to implement it an I need a suggestion about how could I structure the front-end and the back-end
I do know web development pretty well: I do know frontend (HTML, JS and CSS) but I also know backend very well (VPS, Python, JavaScript, React, NodeJS, SQL) what else should be necessary to learn to begin this project?
Nov 4, 2023, 4:09 PM
You have all necessary things for write own crypto swap service, except experience in smart contract developing, which is the main part in any dex swaps. You can get some examples of it here: https://github.com/tonswap
Nov 4, 2023, 4:35 PM
So with my current knowledge + dapp/solidity/smart contact knowledge I should be fine?
Nov 4, 2023, 9:34 PM
solidity? recheck your `init_params` to be sure you have correct address
you have to learn Fift - TVM ASM - FunC or Tact, these are TON's development languages
you have to learn Fift - TVM ASM - FunC or Tact, these are TON's development languages
Nov 4, 2023, 9:57 PM