The Business Inteligence Dashboard is designed to give anyone a broad overview of how the PsyOptions ecosystem is doing. It is an analytics dashboard that will be opened to the public.
Basic project requirements can be found here.
Currently this project is scope out to be just a front end leveraging the few Data Sources listed below. If it is required, maybe there is a need for a custom data source that is indexing other data. E.g. if it was desired to store TVL over time, then there might be a need for a new data store.
- Aleph GraphQL API (GraphiQL Instance)
- Aleph indexes Serum order book and trade data. Market based information can be gathered from this API.
- Solana on-chain data
- Some at the moment data, like TVL, can be read from the Solana block chain
- Solana web3 TS library | PsyOptions TS Client
V1 is under active development. You can find the project and relevant tasks here.
- Assign it to yourself, so it is clear someone is working on it
yarn install
yarn start