Skip to content

This repository contains Compound periphery contracts.

License

Notifications You must be signed in to change notification settings

cloudwalk/compound-periphery

Repository files navigation

Compound Periphery

License: MIT example branch parameter example branch parameter

This repository contains Compound protocol periphery smart contracts.

Project Setup

  1. Clone the repo.
  2. Create the .env file based on the .env.example one:
    • Windows:
    copy .env.example .env
    • MacOS/Linux:
    cp .env.example .env
  3. Update settings in the newly created .env file if needed (e.g. another solidity version, number of optimization runs, private keys (PK) for networks, network RPC URLs, etc.).

Build and test

# Install all dependencies
npm install

# Compile all contracts
npx hardhat compile

# Run all tests
npx hardhat test

Networks and deployments

Information about deployed contracts across all the networks can be found here.

Licensing

This project is released under the MIT License, see LICENSE.

About

This repository contains Compound periphery contracts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •