Skip to content

layerx-labs/taikai-contracts-v3

Repository files navigation

TAIKAI V3 - Smart Contracts

  • TKAI.sol - Fungible Token used on the Hackathon Platform
  • POP.sol - Proof of Participation NFT
  • VeToken.sol - Voting Escrow Contract

How to Compile

npm install
npm run compile

How to run Unit Tests

npm run test

How to Deploy

The Script deploys the TKAI and POP smart contracts on a EVM network

# network = "vp" | "eden" | "gaia" | "eva" | "atena"
npm install
npm run deploy:<network>