Skip to content

zhenjb/ganc-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GANC System Backend

Backend API for the GANC/ZKDEX project.

Requirements

  • Go 1.22+
  • Git

Clone

git clone https://github.com/zhenjb/ganc-sys.git
cd ganc-sys

Run

go run ./cmd/api

The backend will start at:

http://localhost:8080

Health check

curl -s http://localhost:8080/api/health

Expected response:

{
  "status": "ok",
  "service": "offchain-backend"
}

API testing

Use the provided Postman collection for all API flows.

Postman collection: docs/postman/ganc_sys_int01_int04.postman_collection.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors