Skip to content

solidoracle/solidstreaming

Repository files navigation

🔮💧SolidStreaming || 🏗 Scaffold-Eth 2

SolidStreaming allows you to stream goETH on a per block basis. The video walkthrough: https://www.loom.com/share/9beeda651140483bbcaaae5c83fc8392

Deployment

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

Tests

To run tests, run the following command

  cd packages/hardhat
  forge test

Acknowledgements