Skip to content

Fantom & Ethereum enabled live modified fork of Yearn.Finance to be utilized for the development of DAFIDAO's Haskell based blockchain ecosystem and Neural Arbitrage Valve.

Notifications You must be signed in to change notification settings

Da-Fi/dafidao-beta

Repository files navigation

DAFIDAO project was formally incorporated as Quantum One DAO LLC. Learn more about Quantum One DAO at www.quantumone.io

Setup

cp .env.example to .env

And then populate .env with your endpoints

Development

$ yarn dev

Production

$ yarn build
$ yarn start

Translations

We use i18n react with locize cli to update/download translations.

Refer to main repo for documentation: https://github.com/locize/locize-cli

Sync with: npm run syncLocales must provide api key

Check sync changes with: npm run checkLocales

Download locales with: npm run downloadLocales

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/>/dafidao-beta.git

  • set origin to original repo

$ git remote add origin https://github.com/Da-Fi/dafidao-beta.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

Fantom & Ethereum enabled live modified fork of Yearn.Finance to be utilized for the development of DAFIDAO's Haskell based blockchain ecosystem and Neural Arbitrage Valve.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages