This repository contains the implementation of a token distribution contract using the TON Blockchain. The contract facilitates the distribution of jettons to multiple users in a secure and efficient manner.
To get started, you will need the following:
- Node.js
- TypeScript
- TON SDK
- FunC
- Install dependencies:
yarn install
- Run tests:
yarn test