TONTONDocs
Get started

Overview

AppKit get started guides

Follow guides in this section end-to-end to take a fresh project from zero to a working AppKit app.

Each page is one concrete action.

Minimum implementation

Complete the first five steps to implement the minimum functional app:

StepWhat you do
Prepare your projectScaffold a project if you have none, install AppKit, and add the Buffer polyfill.
Add wallet connectorsCreate the AppKit instance and drop in <TonConnectButton />.
Add networksConfigure mainnet alongside testnet and pick an API client.
Use basic getter hooksRead wallet, address, balance, jetton, NFT, network, and transaction state.
Send transactionsSend Toncoin, jettons, NFTs, or prepared transactions.

Additional functionality

The remaining pages are improvements that layer on live updates, DeFi flows, and ready-made UI:

StepWhat you do
Stream live updatesSubscribe to balance, jetton, and transaction changes in real time.
Add DeFi providersPlug in swap and staking providers when the app needs DeFi flows.
Use UI widgetsDrop in <SwapWidget />, <StakingWidget />, and other prebuilt flows.

Next steps

After finishing the get-started flow, you can do the following:

Last updated on

On this page