Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 848 Bytes

File metadata and controls

36 lines (23 loc) · 848 Bytes

KTE Core Contracts

This repository contains the core contracts for the Kyte platform

🪙 $KTE is the apex token for all Kyte platforms.

🏁 The first & flagship one being AirLyft.

Local Deployment

  1. Open the root directory for kyte-core-contracts
  2. Copy the .env.example to .env
  3. Run npm install
  4. Start a node using npx hardhat node

Deploy Token

To deploy the token contract:

npm run deploy:token:local

Deploy Vesting

The vesting contract needs a TOKEN_ADDRESS in the environment variables. Before deploying token vesting, add the TOKEN_ADDRESS in your .env file.

Then deploy the token vesting contract:

npm run deploy:token-vesting:local

Licensing

The primary license for Kyte Core Contracts is the GPL-3.0, see LICENSE.