LogoLogo
  • Introduction
  • For Founders
    • TokenTable Airdrop Pro
    • TokenTable Airdrop Lite
      • Getting Started
      • Set Up the Project
      • Deposit Tokens
      • Publish the Project
    • TokenTable Unlocker
    • Custom Token Claiming Portal
  • For Token Recipients
    • Airdrop Token Claiming
    • Unlocker Token Claiming
  • For Developers
    • Airdrop
      • EVM
      • TON
        • Getting Started
        • Architecture
        • Usage
        • Smart Contract Schema
        • Integration
    • Unlocker
      • EVM
        • APIs
          • Core
            • Unlocker
              • Data Models
            • FutureToken
            • TrackerToken
          • Utilities
            • Deployer
            • External Hook
            • Fee Collector
            • Versionable
        • SDK
      • Starknet
  • SUPPORT
    • FAQ
    • Feedback and Troubleshooting
Powered by GitBook
On this page
  • System Requirements
  • Installation and Setup

Was this helpful?

  1. For Developers
  2. Airdrop
  3. TON

Getting Started

PreviousTONNextArchitecture

Last updated 7 months ago

Was this helpful?

Welcome to TokenTable TVM! This section provides a basic understanding of our token distribution smart contract before you dive into the detailed documentation. We'll cover the essential concepts and prerequisites to help you make the most of this guide.

System Requirements

Before starting the development of the TokenTable TVM smart contract on your local machine, ensure your environment meets the following requirements:

Operating Systems

  • Windows 10 or later

  • macOS 10.14 or later

  • Ubuntu 18.04 LTS or later

NodeJS and NPM

Our application uses the for development, so you need Node.js and NPM on your machine:

  • Install Node.js (version 14.x or later recommended)

  • Ensure NPM (Node Package Manager) is installed for managing dependencies.

To verify the installation:

node -v
npm -v

Installation and Setup

To start using our smart contract, follow the steps (might vary based on your operating system):

  1. Clone our tokentable-tvm repository.

  2. Run npm i , make sure you are using node v18.19.0.

  3. Optionally, make a .env file with the necessary variables.


That concludes the "Getting Started" section. As you continue through this documentation, you'll find more in-depth information on various aspects of our smart contract, including its architecture, configuration, and usage.

TON Blueprint Javascript SDK