Thank you 🙏🏻
Sorry maybe for a noob question.
Free TON and TON is it the same way to build a smart contracts?
I heve experience on solidity (BSC mainnet) and i start to learn about TON now.
I want to dive deep in to developing and i want to understand how its works and i find some guide in youtube. And this lessons for Free TON.
Aug 26, 2022, 12:51 PM
FreeTON is the old name of the "Everscale" blockchain. They decided to move out from TON technology, so it's completely different thing. FreeTON = not useful information.
The current TON development stack is based on FunC, not on Solidity. And if you want to understand a little more about TON, you could read this article:
https://society.ton.org/ton-hello-world-step-by-step-guide-for-writing-your-first-smart-contract-in-func
The current TON development stack is based on FunC, not on Solidity. And if you want to understand a little more about TON, you could read this article:
https://society.ton.org/ton-hello-world-step-by-step-guide-for-writing-your-first-smart-contract-in-func
Aug 26, 2022, 12:57 PM
https://stackoverflow.com/questions/73441636/can-you-use-solidity-to-write-contracts-for-ton-blockchain-ton-org/73441637#73441637
Aug 26, 2022, 12:58 PM
Thank you again. You help me to save a lot of time 🔥🔥🔥🔥
thanks mate also
Aug 26, 2022, 12:59 PM
Haha trying to push the StackOverlfow culture :)
Aug 26, 2022, 1:00 PM
and one more, maybe also noobs, question.
In BSC i can use metamask and connect it to my web site and to blockchain ofcorse.
How about TON? There is still no any Web3.0 ?
Can interact only from explorer?
Or can interact directly from telegram ?
In BSC i can use metamask and connect it to my web site and to blockchain ofcorse.
How about TON? There is still no any Web3.0 ?
Can interact only from explorer?
Or can interact directly from telegram ?
Aug 26, 2022, 1:15 PM
There are a bunch of wallets in TON already:
https://ton.org/wallets
https://ton.org/wallets
Also:
https://ton.app/wallets
https://ton.app/wallets
Aug 26, 2022, 1:21 PM
this wallets can connect to web site and interact with the smart contract same like Metamask and BSC (ETH etc...)? Right?
Aug 26, 2022, 1:23 PM
sure
Aug 26, 2022, 1:30 PM
Awesome!
And wich DEX most popular for TON ?
like for ETH its Uniswap, for BSC its PancakeSwap
I mean if i will create my own token and i want to create liquidity pool for my token (TOKEN/TON LP)
Aug 26, 2022, 1:33 PM
There are multiple ones in the works
Aug 26, 2022, 1:56 PM
If you would need some power user functions, you can ask me, I have accumulated some rating there :)
Aug 26, 2022, 1:58 PM
I had a good account https://stackoverflow.com/users/1025458/talkol but I lost its password 🙃
Aug 26, 2022, 2:00 PM
I checked some of them and most popular is telegram bot (can Only Buy/sell), and others dex’s can Buy only wrapped TON (not in TON Blockchain).
Maybe you can point in one of DEX for TON Blockchain?
Maybe you can point in one of DEX for TON Blockchain?
Aug 26, 2022, 2:01 PM
Oh, that's sad )
Aug 26, 2022, 2:01 PM
Currently there is no DEX that supports the TON blockchain
Aug 26, 2022, 2:02 PM
post about this coming soon!
Aug 26, 2022, 2:03 PM
Ohh. Really interesting 🤔
I’ll wait 🙂👍🏻
Aug 26, 2022, 2:04 PM
There are several already live, the post mentioned will have all the details
You can give it to @tonkongz to publish in the ton society blog
Maybe ask permission from original writer
yes
We’re a good community, always happy to help each other
and you’re free to suggest your own ideas for others to pick up
Aug 26, 2022, 2:55 PM
There is still no 100% working DEX on TON.
Aug 26, 2022, 3:03 PM
they’re in various beta stages but several are already fully featured
Aug 26, 2022, 3:04 PM
But they are still not live ;)
Aug 26, 2022, 3:04 PM
For testing? What purpose?
Aug 26, 2022, 3:05 PM
yes
testing
Aug 26, 2022, 3:05 PM
There’s MyLocalTon which is a local version of ton that supposedly works on your machine
But for testing there are other approaches that are better
toncli is a tool in Python that many people use and like, I’m a fan of the TypeScript stack that looks like hardhat from Ethereum
Aug 26, 2022, 3:06 PM
Actually, there is
Aug 26, 2022, 3:07 PM
You can use test network for it
STON.Fi is not 100% working
Aug 26, 2022, 3:07 PM
If you’re talking about ganache, then ganache is not really a full Ethereum chain, it’s just bare bones EVM implemented in JS. We have something similar in TON called https://github.com/Naltox/ton-contract-executor which is very similar, it runs the TVM in web assembly and is an amazing tool for testing
Aug 26, 2022, 3:09 PM
I recommend you Tonkeeper
Aug 26, 2022, 3:10 PM
If you want to see an example project working with it with live tests then look at https://github.com/ton-defi-org/tonstarter-contracts
Aug 26, 2022, 3:10 PM
i want to create my own chain
Aug 26, 2022, 3:11 PM
Like a private fork?
Aug 26, 2022, 3:12 PM
You mean Workchain?
Aug 26, 2022, 3:12 PM
Can you give an example from Etheruem ecosystem so we better understand?
Aug 26, 2022, 3:12 PM
I must notice that not everything works in ton-contract-executor, so it isn’t a complete replacement of a real network.
Also it isn’t convenient to test multi-contract interactions in ton-contract-executor.
That’s why I use MyLocalTon.
It depends on what you need.
Also it isn’t convenient to test multi-contract interactions in ton-contract-executor.
That’s why I use MyLocalTon.
It depends on what you need.
Aug 26, 2022, 3:13 PM
Adding multi contract to ton-contract-executor is not a hard task
Aug 26, 2022, 3:13 PM
Not actually you, @talkol, but the guy who asked 😁
Aug 26, 2022, 3:13 PM
@Narek has big plans for ton-contract-executor, once we all have some more free time to help him and work on them it will cover everything ganache does plus more. Multi contracts included out of the box. Now you can do multi contract but it takes a little effort to do the routing yourself
Aug 26, 2022, 3:14 PM
any sidechain
anyone can create a genesis.json file
Aug 26, 2022, 3:34 PM
like polygon?
Aug 26, 2022, 3:34 PM
maybe yes
polygon is a side chain
not connected to mainnet
Aug 26, 2022, 3:35 PM
Orbs😁
Aug 26, 2022, 3:35 PM
If you just need a simulated environment for testing this is one thing, if you need production is something else
Polygon took the core Ethereum code base and made some changes to incorporate their own PoS consensus
Aug 26, 2022, 3:36 PM
In TON genesis is fift file :)
Check out it here: https://github.com/disintar/ton-k8s/blob/master/ton-compile-source/contracts/gen-zerostate.fif
Check out it here: https://github.com/disintar/ton-k8s/blob/master/ton-compile-source/contracts/gen-zerostate.fif
Aug 26, 2022, 3:36 PM
It’s pretty similar to how testnet is being run, the testnet is a TON side chain in “production”
With ton this can be made that two total strangers will play fairly without trusting anyone
If you need help to architect it, like how both submit their choices without the other player knowing - ask here, there’s a nice trick to it :)
And you can create a nice Telegram bot UI for this so people can actually play together
And if your code is nice and tested, I’ll help you push this example project to the official docs 😊
Aug 26, 2022, 3:49 PM
Hey, I heard from the DevChat on Spanish, something about Ten Lessons for learning FunC. Are those video Lessons?
Aug 26, 2022, 3:51 PM
i know about this one
Aug 26, 2022, 3:52 PM
tonkeeper is for mobile phone. Maybe have some recommendation for web and phone? maybe have something same like metamask ?
Aug 27, 2022, 4:23 AM
TON Wallet, but it doesn’t support NFTs, tokens
Aug 27, 2022, 7:15 AM
Hi! Our DEX, TonSwap (@TonSwapOfficialBot) is live on mainnet. Ping me to discuss your project
Aug 27, 2022, 8:02 AM
There is a Chrome extension in https://ton.app/wallets that should be familiar to you. Much like MetaMask, it’s mostly for interacting with dapps, it’s not a very good wallet by itself as its NFT and token support is limited, so if you bought an NFT you won’t be able to see it there automatically
In general, ton mission is mass adoption so the focus in general is on a mobile first approach - unlike wallet connect on Ethereum which is clunky, we’re trying real hard to achieve a smooth end to end mobile app flow, meaning you browse a dapp through an integrated browser in Telegram or Instagram and then jump to your native app wallet to sign transactions and then jump back. These standards are still work in progress and not all wallets support them, if you’re excited about this part you can contribute it’s under active work
Aug 27, 2022, 8:22 AM
Do you have a video showing the exchange process?
Aug 27, 2022, 8:39 AM
Oke. Thank you 🙏🏻
Sure, Will Ping you later.
I still noob In TON, still alot of things To learn here
Sure, Will Ping you later.
I still noob In TON, still alot of things To learn here
Aug 27, 2022, 9:13 PM
you can try it yourself by getting some toncoin and having them on Tonhub (another wallet on TON in addition to Tonkeeper)
Aug 27, 2022, 11:37 PM