An automated staking and compounding service designed for the Monad network, with extensible architecture to support cross-chain compounding across multiple platforms.
- Clone the repository.
- Run
npm installin both/backendand/frontenddirectories. - Configure your
.envandconfig.jsonfiles in the backend. - Start the backend:
node src/index.js - Start the frontend:
npm start(set timer for when to compound, like for example compound every .30 cents)