Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 486 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 486 Bytes

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>