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 561

Questions 561

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
I am looking for NFT staking tutorial but couldn't found. Like other blockchain i want to create a staking platform for my client and they have collection of...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Since it's expensive to store data on-chain, NFT image files are usually stored off-chain. But some people still prefer to store NFT images (at least very sm...
nft
2 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
what is the shortcut key for building project on blueprint
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
here is my FunC code: C-like forall X -> int is_null (X x) asm "ISNULL"; forall X -> (tuple, ()) push_back (tuple tail, X head) asm "CONS"; forall X -> (tupl...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Where is the line of code that specifies the price of a jetton? Is the price of a jetton always what I choose or does it change with supply and demand? --- >...
2 years ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
There's a main TON monorepo that includes cryptography: https://github.com/ton-blockchain/ton There's also TON Connect. As far as I understand, instead of th...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
It is known that a special "highload wallet" is for those who have lots of transactions. But what exactly do "lots" mean: where is the boundary between "regu...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
It's known that blockchain is not the best place to store lots of data (there is TON Storage for that, while smart contract data should generally be as small...
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
Is it possible to initialize the data storage of a contract with certain values via the toncli? For example, setting seqno as 5. --- > This question was impo...
2 years ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
I'm trying to deploy my contract to the TON MainNet, but I get an error: bash <> The account that I'm using has a 1.5 TON balance, which should be enough! Wh...
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
In the EVM ecosystems there are oracles like Chainlink that let smart contracts get random numbers from outside of the blockchain. Is there anything like tha...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Where is it possible to retrieve current TON coin price in USD? Preferably an open API, not a paid one. --- > This question was imported from Telegram Chat: ...
api
2 years ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
Some programming languages let assign a variable the result of a logical expression. In FunC that could look like this: int enough? = (s.slice_bits() >= flag...
one year ago
0 Votes
3 Answers
12K Views
0 Votes 3 Answers 12K Views
Hello, I've been exploring different repositories and noticed inconsistencies in how opcodes are defined. For example, in the ft and nft implementation withi...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I am looking for a plug-and-play privacy layer on top of TON that a developer can leverage to make their TON DeFi apps privacy preserving both for users and ...
2 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
I would like to develop a lottery smart contract on TON. This would likely require a source of randomness. How would I start? --- > This question was importe...
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
I read in the TON Whitepaper that TON blockchain supports sharding. How does this mechanism work? How does it allow the network to scale to billions of trans...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Validators should have great network connection and high performance since they are responsible for the network reliability. And if they are unavailable, the...
2 years ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Pseudo-anonymity is important for crypto. How do I get TON without KYC? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8312
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I know that the seed phrases (mnemonic word sequences used for accessing crypto wallets) are generated using words from a specific "dictionary". In Bitcoin t...
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K Views
I made a TON token (Jetton) https://dedust.io/swap/TON/EQBn7UmJDK-fN8uB4rC5DCw5TpOnC5sFNR75Uk2VgxY9QJeU Soon. I will create a Liquidity pool, how I then can ...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
I remember there was a function equal_slices in stdlib for comparing two slices, but now at compilation time I get an error saying such a function does not e...
one year ago
0 Votes
2 Answers
21K Views
0 Votes 2 Answers 21K Views
I can't find one in the official extension store, is someone working/getting to work on one?
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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/...
2 years ago
0 Votes
3 Answers
11K Views
0 Votes 3 Answers 11K Views
Здравствуйте. Проясните пожалуйста, не заходил в свой кошелек около года. Затем увидел что на гетгемс у меня купили несколько моих НФТ (был одним из первых, ...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
There are TIP standards, but are there interfaces (libraries) that I can use when writing smart contracts with FunC? Or should I just attept to follow the st...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
On TON blockchain the address of a smart contract depends on its code. The set_code() function can change the code of a contract. What happes to the address ...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
In the Ethereum ecosystem there are "lootboxes" that contain several NFTs and can be "opened" to reveal tokens inside. Was that mechanic already implemented ...
nft
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
There are special "highload wallets" for those who make lots of transactions (like exchanges). But aren't the regular wallets good enough? They look fast and...
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Is it possible to use a passphrase with a mnemonic seed phrase in TON wallet applications? ---- > This question was imported from Telegram Chat: https://t.me...
Show more results questions