59 Matching Annotations
  1. Jan 2025
    1. There are multiple choices for the Proxy App in this case: Option 1: using the single TAC ProxyApp on TON to rely users’ transactions on TAC EVM extension network. In this case, you can use the TAC SDK to easily implement the frontend with TON Connect. Option 2: you can build your own TAC Proxy App on TON and build a frontend that will prepare and execute transacitons for your proxy app. Note: TAC SDK (Option 1) is reccomended if you don’t know how to write secure code in funC (TON Native language). Opt for a custom Proxy App only if you need specific business logic to be executed on TON side before triggering Solidity code deployed on TAC EVM.

      remove this

    2. Option 1: using the single TAC ProxyApp on TON to rely users’ transactions on TAC EVM extension network. In this case, you can use the TAC SDK to easily implement the frontend with TON Connect.

      remove this

    3. Turin (Testnet): RPC endpoint: https://turin.rpc.tac.build Blockexplorer: https://turin.explorer.tac.build Faucet (for gas fees): https://turin.faucet.tac.build ChainId: 2390 FeeSchema: EIP-1559 BlockGasLimit: 20M Blocktime: 4 sec

      link this

    1. Using these inputs, the SDK builds a TON transaction payload and enables further signature processing through TON-Connect or directly via mnemonic.

      before this,

      add warning, (abuot the TMA guidance)

    1. Auto-Generation Process Proxy apps are automatically generated when you integrate your EVM application with TAC. You don’t need to write proxy contract code yourself - TAC handles this automatically.

      remove this - tac team is working on this planned on roadmap

    2. Please note that, that when you use the TAC SDK, the proxy path is completely abstracted from you. And we recommend you to use the SDK instead of interacting with the proxy directly.

      remove

    1. API Access On the frontend side, developers can access the TON network through two public endpoints: Mainnet: https://toncenter.com/api/v2/jsonRPC Testnet: https://testnet.toncenter.com/api/v2/jsonRPC To deploy Solidity code and directly access the TAC EVM Layer, developers can rely on public RPC endpoints that implements the standard EVM JSON-RPC interface: Mainnet: to-be-defined Testnet (Turin): [Coming Soon - later this week] Third party providers like Anrk, offers private RPC endpoints and agumented APIs.

      remove this

    2. Network Parameters Here are the key parameters of the TAC EVM network: ​Testnet (Turin) ChainId: [Coming Soon - later this week] Blocktime: 4 seconds Explorer: [Coming Soon - later this week] ​Mainnet to-be-defined

      remove these

    1. The EVM-based TAC environment naturally accommodates these tokens alongside standard 18-decimal tokens. However, bridging back to TON presents challenges, particularly for 18-decimal tokens originating in TAC (such as LP tokens). To address this, strict limits are implemented on unbridging to TON to prevent potential numerical overflow issues.

      keep it more informal - we don't suggest to meet EVM tokens because these are not part of dev guideance because they are not allows on TMA.

      but if you want, the EVM tac allows it

    2. These bridged tokens then provide liquidity in the Uniswap pair.

      the native ton will still be existing on TON, locked on tac brdige, directly accessible on TON apps (unified liqdutiy)

    3. An important consideration regarding metadata is its upgradeability. While all metadata fields except l1Address can be modified from the TON side, these changes are not currently reflected on the TAC side. The metadata remains static from the moment it first appears in the TAC Adaptor environment.

      add callout

    4. TAC accommodates two distinct categories of tokens in its ecosystem. The first category consists of Native TAC-originated tokens, which includes liquidity provider tokens and tokens emitted by dApps. While these tokens are expected to follow the ERC20 standard, this isn’t directly enforced at the protocol level. The second category comprises tokens bridged from TON, which operate under CCL control on the TAC side and are guaranteed to be ERC20-compliant. These bridged tokens typically maintain 9 decimals rather than the standard 18.

      TAC is permissionless layer 1 so it accommodate...

      according to the new telegram guidelance (add hyperlink) only the tokens that are native to TON can b used on mini apps