A simple ERC20 presale smart contract using Sablier Linear Stream to distribute tokens over time.
Create an .env
file and copy the variables from .env.example
. Replace the rpc url with your rpc url.
$ git submodule update --init --recursive
$ forge build
$ forge test
$ forge fmt