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

Questions with tag dev-tools

Questions with tag dev-tools

Tags
Sorting
Results
per page
Filter

   
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
I use Visual Studio Code with the "FunC Language Support" extension by Whales Corp. This setup is convenient and often helps with the autocompletion in FunC....
10 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I get a type check error and I can't understand what line of my code causes it. How can I find out, is there some tool that could help with tracing? --- > Th...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
On other blockchains there are projects like Tenderly and Pagoda that help with tasks such as smart contract analytics. Are there any alternatives to them in...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Are there any tips how to install/configure the smart contract development environment on an Apple M1 device? I'm having an issue with CMake here: CMake Erro...
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
There are numerous libraries for working with TON, but they are mostly for JavaScript / TypeScript. Is it possible to interact with TON using Go language? --...
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
Many TON tutorials and whitepapers mention Linux/macOS-specific things like /usr/lib/fift path, terminal commands and so on. Can I develop smart contract on ...
1 Votes
1 Answers
15K Views
1 Votes 1 Answers 15K Views
When developing multiple smart contracts that interact with each other, what can be used for integration testing without putting them all on testnet every ti...
one year ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
There are plugins that add FunC code highlighting to Visual Studio Code. Is there something like that but for TL-B? --- > This question was imported from Tel...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
How do you update tlo files? I have found an update-tlo.sh file, but it can't find tl-parser utility. --- > This question was imported from Telegram Chat: ht...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
At the moment I am using public nodes which are quite slow. We want to speed up the TON network that we're working on - do you have any instructions on how t...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I would like to create a crypto wallet and wanted to find out whether TON has a Facebook-like console that provides developers with keys or a secret API Key ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Remix is a great online code editor for developers who want to work with EVMs. Does TON have something similar for the TVM? --- > This question was imported ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How do you install the FunC plugin in Sublime and Visual Studio? > This question was imported from Telegram Chat: https://t.me/tondev_eng/970 https://t.me/to...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I would like to test the deployment and execution of smart contracts on my local network. I'm looking for a rapid system that I can spin up so that I don't n...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
The pytonlib package supports Intel chips on Mac, Linux, and Windows. Does it support AMD? --- > This question was imported from Telegram Chat: https://t.me/...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
We are looking to create a DAO on TON. Are there any tools available to create one for us, if not what would you recommend we do until the relevant tooling b...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
As far as I understand, usually there is just one shard, but where can I check to see if if changed? --- > This question was imported from Telegram Chat: htt...
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
There are extensions for code editors like Visual Studio Code providing syntax highlighting for FunC. Is there anything like that for the vim editor? --- > T...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Are there any minimum/recommended hardware requirements for developing on TON? And is there any "necessary" software like Xcode is for iOS development? Is it...
one year ago
3 Votes
3 Answers
17K Views
3 Votes 3 Answers 17K Views
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 T...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there any more materials on writing those tests? Since I am just joined the TON ecosytem. As far as I understood, in order to test internal command, tests...
0 Votes
2 Answers
17K Views
0 Votes 2 Answers 17K Views
What is the best block explorer for the TON network? I'm looking specifically for an explorer that allows developers to look at smart contract bytecode, veri...
3 Votes
2 Answers
18K Views
3 Votes 2 Answers 18K Views
Are there any oracle services such as ChainLink or data aggregators such as The Graph that support the TON network?
one year ago
0 Votes
2 Answers
20K Views
0 Votes 2 Answers 20K Views
I can't find one in the official extension store, is someone working/getting to work on one?
2 Votes
1 Answers
21K Views
2 Votes 1 Answers 21K Views
Using the ton.cx explorer as an example, when you click on the tab Contract, in the Data section, a lot of information is displayed. Unfortunately, it is all...
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
I'm trying to compile a lite client on a macbook with M1, which gives an error: march-native is not supported How can I compile on mac book M1 (ARM)? Is ther...
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
Are there any examples in Python for signing and sending TON transactions? For example, sending TON coin from one wallet to another. --- > This question was ...
1 Votes
2 Answers
23K Views
1 Votes 2 Answers 23K Views
Is there an API that can create a new TON wallet using code? Creating and deploying are two different steps. So how I can create many uninitialized wallet ad...
one year ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
I want to develop different things on TON, like: * Smart contracts * Telegram bots * Dapps What programming languages can be used for building these things? ...