Chrono-Tech / timewarp-sc

Time Warp Smart contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeWarp Smart Contracs

Project setup

npm install

Run all tests

npm run test

Run base tests

npm run test:base

Run tests for calculating commissions

npm run test:fee

Run tests for blocking funds by periods

npm run test:locking-time

Run tests for the award

npm run test:rewards

Run tests for staking and receiving rewards in different ERC20 tokens

npm run test:diff-erc20

Run tests for many transactions

npm run test:many-txs

Compile Contracts

npm run compile

About

Time Warp Smart contract


Languages

Language:TypeScript 58.1%Language:Solidity 41.9%