https://github.com/2hgo/quidax-go
https://github.com/2hgo/quidax-go
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2hgo/quidax-go
- Owner: 2HgO
- Created: 2024-11-05T09:42:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T12:49:03.000Z (over 1 year ago)
- Last Synced: 2025-01-27T07:47:18.920Z (over 1 year ago)
- Language: Go
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Quidax Clone
- building quidax functionalities using https://github.com/tigerbeetle/tigerbeetle to manage transactions
- using https://uber-go.github.io/fx for dependency injection
## Run
- to run this application locally (using docker), run:
```bash
make start
```