GitHub - beefyfinance/beefy-v2: Beefy is a Decentralized, Multichain Yield Optimizer that allows its users to earn compound interest on their crypto holdings. Beefy earns you the highest APYs with safety and efficiency in mind.

beefy-v2

Official frontend repo of Beefy, The Multichain Yield Optimizer - app.beefy.com

Quickstart

Dev

npm run start - start the app in development mode - you may have to disable adblock for 127.0.0.1 if you get a white screen due to ADX.png

npm run tsc:watch - checks types as you develop - you may not need this if your IDE does it for you

npm run lint - eslint checks

npm run lint:fix - eslint checks with fixes enabled

npm run prettier - prettier checks

npm run prettier:fix - prettier checks with fixes enabled

Prod

npm run validate - validates vault config files

npm run build - performs validate then build

npm run preview - start the app in production mode (after building)

Please ensure npm run build completes successfully before submitting a PR.

Contribute

Beefy.com exists thanks to its contributors. There are many ways you can participate and help build high quality software. Check out the contribution guide!

License

MIT