Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Is there an Ethereum Remix alternative in the TON ecosystem?

In the Ethereum world there is remix.ethereum.org — a browser-based IDE which lets you try out your contracts instantly. Is there anything like that in the TON ecosystem?


This question was imported from Telegram Chat: https://t.me/tondev/62623

3
3
Posted one year ago
Votes Newest

Answers 3


Hi, the one word answer is NO.
You can keep track of TON's Blueprint - A development environment for TON blockchain for writing, testing, and deploying smart contracts.

1
1
Posted one year ago

As per our roadmap we will soon provide Tact support.
Stay tuned.

-- Team Nujan


Great news! You can now start your online FunC coding journey using https://ton-ide-nujan.vercel.app/. Although I hope they add support for Tact in the future, this platform is a great starting point for practicing your FunC skills.

If you encounter any issues or have questions, you can reach out to Nujan.io through their social media channels:

https://twitter.com/nujan_io
https://t.me/Nujan_io

  
  
Posted one year ago