Welcome to saitama mono repository to get started get family with the following directory
/apps
/contracts
servers
This directory contains the web and mobile app. This contain the famous fubuki
which is the no-code we editor.
This directory contains the smart contract for managing payments onchain.
This is a solana program that help keep track of payment and receipt onchain to make it easier to trace transactions onchain and offchain. This also allows us to minimize transaction cost by bulking of transactions.
This directory contains our api servers.
This is a crud api for fubuki
This is a crud api for bofoi
and our payment saas
To get the project to run you either run using docker or install bun on your local machine.
Note this is still under improvement
docker-compose.yml
support soon
cd
to project root directory- Run
bun install
- Run
bun run dev
✨ Voila project is running