Skip to content

Latest commit

 

History

History

protocol

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Contracts

This package contains the Ethereum smart contracts for the Sablier protocol. 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 Discord.

Install Modules

$ yarn install

Clean

$ yarn clean

Lint

$ yarn lint

Test

$ yarn test

Coverage

$ yarn coverage