App: https://app.artemisprotocol.one/
Beta: https://beta.artemisprotocol.one/
Products:
- Pools (MasterchefV2)
- Staking (Vaults on MIS Pool)
- ArtemisPad (Launchpad)
- Incubator (Smartchef)
If you'd like to contribute (hugely appreciated), pull from the beta branch, we'll then merge to main. Read the guidelines below...
yarn
yarn start
components: contains generic components used inside the application.
views: contains building blocks for each page. The entry point of a view is used as the root component of each route.
config: contains all the config files and ABIs.
state: contains the redux files for the global state of the app.
context: contains global contexts (separated from the redux store)
hooks: contains generic hooks.
utils: contains generic utilities functions.
Run tests with yarn test.