Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 524 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 524 Bytes

Token Distribution Contract

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.

Prerequisites

To get started, you will need the following:

  • Node.js
  • TypeScript
  • TON SDK
  • FunC

Installation

  1. Install dependencies:
    yarn install
  2. Run tests:
    yarn test

LinkedIn