Smart contracts to be shared across Sablier projects and packages.
Install the module:
$ yarn add @sablier/shared-contracts
And import it in your solidity project:
import "@sablier/shared-contracts/mocks/ERC20Mock.sol";
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.
$ yarn install
$ yarn build
$ yarn lint
$ yarn clean