Skip to content

Ardandxb/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

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> 

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.9%
  • Solidity 47.1%