Overview

Feel free to improve or fix this docs. Markdown files are stored here in repo.

Following documentation describes design of SupaDupaMinter application. This application provides multiple features related to TON Blockchain and smart contracts on it.

Contract DevTools

See example

Application provide auto generated UI for specified deployed smart contract. UI is generated based on smart contract ABI that loading from TON Verifier.Using this feature you can interact with TON smart contracts which doesn't have frontend.

It useful in following cases:

  1. Testing your own smart contracts without having to create dApp frontend

  2. Exploring operating principle of smart contracts in TON blockchain

Read more about this feature:

Jetton deploy

See example

Last updated

Was this helpful?