1.1.5-Beta • Published 2 years ago

@timeswap-labs/timeswap-v1-core v1.1.5-Beta

Weekly downloads
-
License
BUSL-1.1
Repository
github
Last release
2 years ago

Timeswap V1 Core

In-depth documentation on Timeswap is available at timeswap.io.

Local Development

The following assumes the use of node@>=14.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test

Licensing

The primary license for Timeswap V1 Core is the Business Source License 1.1 (BUSL-1.1), see LICENSE.

Exceptions

  • All files in contracts/interfaces/ are licensed under GPL-2.0-or-later (as indicated in their SPDX headers), see contracts/interfaces/LICENSE
  • Several files in contracts/libraries/ are licensed under GPL-2.0-or-later (as indicated in their SPDX headers), see contracts/libraries/LICENSE_GPL
  • contracts/libraries/FullMath.sol is licensed under MIT (as indicated in its SPDX header), see contracts/libraries/LICENSE_MIT
  • All files in contracts/test remain unlicensed.