Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 601 Bytes

File metadata and controls

30 lines (20 loc) · 601 Bytes

Logo Hydro Protocol

CircleCI codecov

This repository contains the contract code to power Hydro exchanges.

Install dependencies

npm install

Build

To build out json ABI files:

npm run compile

Test

npm run coverage