KTE Core Contracts
This repository contains the core contracts for the Kyte platform
Local Deployment
- Open the root directory for kyte-core-contracts
- Copy the
.env.example
to.env
- Run
npm install
- 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
.