Skip to content

threshold-network/solidity-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19afdea · Sep 29, 2022
Aug 17, 2022
Sep 29, 2022
Sep 28, 2022
Jul 6, 2022
Sep 29, 2022
Aug 30, 2022
Dec 17, 2021
Jul 6, 2022
Sep 23, 2022
Dec 20, 2021
Jul 20, 2021
Jul 20, 2021
Sep 29, 2022
Jul 20, 2021
Sep 29, 2022
Jul 20, 2021
Jan 17, 2022
Jul 20, 2021
Aug 4, 2022
Oct 27, 2021
Nov 10, 2021
Sep 22, 2022
Sep 29, 2022
Nov 15, 2021
Feb 1, 2022
Dec 20, 2021
Sep 29, 2022

Repository files navigation

Threshold network contracts

This package contains Threshold network contracts.

Build, test and deploy

Threshold contracts use Hardhat development environment. To build and deploy these contracts, please follow the instructions presented below.

Prerequisites

Please make sure you have the following prerequisites installed on your machine:

Build contracts

To build the smart contracts, install node packages first:

yarn install

Once packages are installed, you can build the smart contracts using:

yarn build

Compiled contracts will land in the build directory.

Test contracts

There are multiple test scenarios living in the test directory. You can run them by doing:

yarn test

Deploy contracts

To deploy all contracts on the given network, please run:

yarn deploy --network <network>

If contracts haven’t been built yet or changes occurred, this task will build the contracts before running the deployment script. This command produces an export.json file containing contract deployment info.