Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1016 Bytes

README.md

File metadata and controls

55 lines (37 loc) · 1016 Bytes

Contracts

This package contains the Ethereum smart contracts for the Sablier payroll proxy. We use Truffle as a development environment for compiling, testing, and deploying our contracts. They were written in Solidity.

Pre Requisites

$ yarn global add truffle
$ yarn global add ganache-cli

Usage

truffle compile --all
truffle migrate --network development

Make sure to have a running Ganache instance in the background.

Contributing

We highly encourage participation from the community to help shape the development of Sablier. If you are interested in contributing or have any questions, please ping us on Twitter.

Install Modules

$ yarn install

Clean

$ yarn clean

Lint

$ yarn lint

Test

$ yarn test

Coverage

$ yarn coverage