/timewarp-sc

Time Warp Smart contract

Primary LanguageTypeScript

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