This project consist of a monorepo with components required for the implementation of DeRisk on Starknet. There are several components in this repository, each with its own purpose and functionality. The main components are:
data_handlerweb_applegacy_appdashboard_appshared- Common code shared between the components
- To set up this project run next command for local development in
derisk-researchdirectory:
docker-compose -f devops/dev/docker-compose.data-handler.yaml up --build
- To run test cases for this project run next command in
derisk-researchdirectory:
make test_data_handler
- To set up this project run next command for local development in
derisk-researchdirectory:
make setup
- To run streamlit app run next command in
derisk-researchdirectory:
make app
- To set up this project run next command for local development in
derisk-researchdirectory:
docker-compose -f devops/dev/docker-compose.notification-app.yaml up --build
- How to run test cases for shared package, run next command in root folder:
make test_shared