purefinance / pure.finance

Pure.Finance website and web3 dapp

Home Page:https://pure.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure Finance website monorepo

Development

npm install
npx lerna run --stream dev

Then open the browser at http://localhost:3000.

Adding a new mini-app

  1. Add the new page component at site/pages.
  2. Add it to the Utilities component so it appears in the home page.
  3. Go from there!

End-to-end tests

Set the following environment variables: BASE_NODE_URL, MNEMONIC. Then run the tests:

npm run test:e2e

About

Pure.Finance website and web3 dapp

https://pure.finance

License:MIT License


Languages

Language:JavaScript 99.9%Language:CSS 0.1%