Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 585 Bytes

README.md

File metadata and controls

48 lines (37 loc) · 585 Bytes

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