Timeswap V1 Convenience
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 underGPL-2.0-or-later
(as indicated in their SPDX headers), seecontracts/interfaces/LICENSE
- Some files in
contracts/libraries/
are licensed underGPL-2.0-or-later
(as indicated in their SPDX headers), seecontracts/libraries/LICENSE_GPL
- Most files in
contracts/test
remain unlicensed. - All files in
contracts/base
are licensed underGPL-2.0-or-later
(as indicated in their SPDX headers), seecontracts/libraries/LICENSE_GPL