SolidStreaming allows you to stream goETH on a per block basis. The video walkthrough: https://www.loom.com/share/9beeda651140483bbcaaae5c83fc8392
Create an .env file using the .env.example file as a template.
Then run:
yarn install
App is setup to deploy on goerli. To deploy and start the app
yarn deploy
yarn start
To run tests, run the following command
cd packages/hardhat
forge test