Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 559 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 559 Bytes

Cryptex Synthetic Derivatives

Cryptex Synthetic Derivatives is powered by perennial contracts.

Installation

curl -L https://foundry.paradigm.xyz | bash
foundryup
git submodule update --init --recursive
yarn install
npx hardhat compile

deploy contracts

npx hardhat deploy --network arbitrumGoerli --tags Coordinator

set the env var COORDINATOR_ID with the value given by the previous command

npx hardhat deploy --network arbitrumGoerli