Skip to content

Latest commit

 

History

History

shared-contracts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Shared Contracts

Smart contracts to be shared across Sablier projects and packages.

Usage

Install the module:

$ yarn add @sablier/shared-contracts

And import it in your solidity project:

import "@sablier/shared-contracts/mocks/ERC20Mock.sol";

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 reach out on Discord.

Install Modules

$ yarn install

Build

$ yarn build

Lint

$ yarn lint

Clean

$ yarn clean