1.1.5-Beta • Published 2 years ago

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

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

Timeswap V1 Convenience

Build Lint

This repository contains the convenience smart contracts of the Timeswap-V1 protocol.

Initial Setup

  • Ensure yarn, npx and node.js is installed, if not install the same
  • Run yarn to download the required dependencies

Steps to run the tests

On Hardhat Network

  • Run yarn hardhat test

Licensing

The primary license for Timeswap V1 Convenience 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
  • Some files in contracts/libraries/ are licensed under GPL-2.0-or-later (as indicated in their SPDX headers), see contracts/libraries/LICENSE_GPL
  • Most files in contracts/test remain unlicensed.
  • All files in contracts/base are licensed under GPL-2.0-or-later (as indicated in their SPDX headers), see contracts/libraries/LICENSE_GPL