Skip to content

defiglenn/yearn-finance-v3

 
 

Repository files navigation

yearn.finance

Setup

cp .env.example to .env

And then populate .env with your endpoints

Development

$ yarn dev

Production

$ yarn build
$ yarn start

Contributing

Code style follows prettier conventions (yarn prettier). Commit messages follow the Conventional Commits spec. .

Working from a forked repo

  • set upstream to your fork

$ git remote add upstream https://github.com/<your-gh>>/yearn-finance-v3

  • set origin to original repo

$ git remote add origin https://github.com/yearn/yearn-finance-v3.git

$ git pull origin master --rebase

  • soft reset to squash your commits (optional)

$ git reset --soft <SHA of commit prior to your first one>

$ git add .

$ git commit -S -m "message"

  • push to your fork

$ git push upstream <branch-name> --force

  • info about verified commits

https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification

About

Yearn Finance Web App v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%