Air

Results 49 comments of Air

> you may need to check your firewall settings to allow ingress udp connection to connect rldp-http-proxy, which in your case is `4444` I just checked Node Security Group and...

Now, we are trying to follow the guide [Accessing TON Sites](https://docs.ton.org/participate/web3/sites-and-proxy#accessing-ton-sites), it does not work as it was already mentioned in the [Access TON Site on TON Storage via TON...

> ADNL address is stored in "site" record in DNS NFT contract data, see https://github.com/ton-blockchain/TEPs/blob/master/text/0081-dns-standard.md#dns-records Sounds clear, but how we can do it via Explorer? For example, `just-for-test.ton` is owned...

Thank you for implementation 💜 And let's check how it works Information for domain **just-for-test.ton**: ```json { "address": "EQCaoY-mwc8LShGcAgeVsq03giBUsak-9h2OuJ9ctH7QZG3y", "isDeployed": true, "index": "sD1oUJVNRRUleevcrILAtW3rvgTSDWBwXAXIR2rVsKQ=", "collectionAddress": "EQC3dNlesgVD8YbAazcauIrXBPfiVhMMr5YYk2in0Mtsz0Bz", "domain": "just-for-test", "ownerAddress": "EQCdqXGvONLwOr3zCNX5FjapflorB6ZsOdcdfLrjsDLt3Fy9", "auctionInfo":...

Hello @awesome-doge, thank you for the update 🎉 It also maybe usefully to add some notes to the [start topic](677), to know how to tun TON Proxy locally to access...

"Currently," was added as we all hope that soon these checks will be decoupled :) Looks good, @nguyenalex836, thank you for the update!

Thank you for the suggestions, will try to implement that later and now trying to run 2 separate wallets with `native` and `erc20`. ```yaml faucetTitle: ETH / Token faucetSecret: 0x12345......

Setup two different accounts for the ETH and Token and shared an ABI - https://pastebin.com/1PqPjKic

@pk910, I just was able to run local configuration, but faucet still can't detect ERC20 token balance - `0 TEST [Nonce: 0]` More details 1. Run local [PoA network based...

The issue was related to the `decimals`. It was required to send `5,000,000,000,000,0000,000` tokens. Now, faucet show `5 TEST` tokens But we have a way to configure that https://github.com/pk910/PoWFaucet/blob/dde8ca49df3ce95fb8e194aef3f2905939e4f55c/faucet-config.example.yaml#L468-L477