A tool for Rocket Pool operators to distribute the accumulated balances from their minipools. https://rocketsweep.app
  • JavaScript 99.8%
  • HTML 0.2%
Find a file
Daniel McCartney 39ebc5ec8a
Merge pull request #60 from sknuth/fix-rpc-providers
fix: update Alchemy RPC endpoints and add fallback provider
2026-03-01 21:18:20 -06:00
.github/workflows feat: estimate the remainder of the interval 2024-05-20 01:58:08 -04:00
web fix: replace dead lgtm-info bucket with official jsdelivr CDN for Merkle trees 2026-03-01 01:28:35 +01:00
.firebaserc init 2023-05-06 01:21:57 -04:00
.gitignore init 2023-05-06 01:21:57 -04:00
.prettierignore init 2023-05-06 01:21:57 -04:00
firebase.json feat: enable cors so safe can inspect the manifest 2023-05-26 21:54:37 -07:00
LICENSE.md init 2023-05-06 01:21:57 -04:00
package-lock.json init 2023-05-06 01:21:57 -04:00
package.json build: add PR and release workflows 2023-05-07 18:47:23 -04:00
README.md fix: fix typos in readme 2023-05-06 01:34:02 -04:00

Rocket Sweep

This repository contains code for https://rocketsweep.app

  • web/ contains the website UI frontend.

Dev Setup

  • TODO: doc .env (see .env.example)
  • TODO: doc cd web, npm install, npm start, etc

Style

  • TODO: doc npm run pretty etc.