Backend API for the GANC/ZKDEX project.
- Go 1.22+
- Git
git clone https://github.com/zhenjb/ganc-sys.git
cd ganc-sysgo run ./cmd/apiThe backend will start at:
http://localhost:8080curl -s http://localhost:8080/api/healthExpected response:
{
"status": "ok",
"service": "offchain-backend"
}Use the provided Postman collection for all API flows.
Postman collection: docs/postman/ganc_sys_int01_int04.postman_collection.json