- TKAI.sol - Fungible Token used on the Hackathon Platform
- POP.sol - Proof of Participation NFT
npm install
npm run compile
npm run test
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>