This is a monorepo for Kali Wrappr.
├─ frontend - "React, nextjs, ethers, wagmi, rainbowkit"
│─ backend - "Subgraph scripts for Kali nodes on TheGraph network"
│─ contracts - "Solidity smart contracts, hardhat setup"
│─ e2e-tests - "End-to-end full stack tests"
Each of the above subdirectories has its own README file with additional information.
Each of the services in the monorepo can be started separately or all together via docker-compose.
docker-compose up frontenddocker-compose up backenddocker-compose up contractsTo start all together:
docker-compose upTo start all in daemon mode
docker-compose up -dTo watch log files in daemon mode
docker-compose logs --follow