Skip to content

Commit

Permalink
Merge pull request #7 from SwissBorg/chore/cleanup-readme
Browse files Browse the repository at this point in the history
chore: cleanup in readme file
  • Loading branch information
lomigmegard authored Oct 4, 2024
2 parents 650e1d2 + 9db511f commit 700c375
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# Galactica KYC Guardian

Backend service that generates encrypted zk KYC certificates for the Galactica blockchain based on Swissborg KYC data.

## Table of Contents

- [Requirements](#requirements)
- [Configuration](#configuration)
- [Setup](#setup)
- [API](#api)
- [Code Generation](#code-generation)
- [Endpoints](#endpoints)
Backend service that generates encrypted zk KYC certificates for the Galactica blockchain based on SwissBorg KYC data.

## Requirements

Expand All @@ -34,8 +25,6 @@ A YAML configuration file is required with the following structure:
APIConf:
Host: "0.0.0.0"
Port: 8080
CORSEnabled: true
CORSOrigin: http://localhost,http://127.0.0.1:8080

# Galactica node URL
Node: https://evm-rpc-http-reticulum.galactica.com
Expand Down Expand Up @@ -119,4 +108,4 @@ Response:
"status": "DONE",
"certificate":{}
}
```
```

0 comments on commit 700c375

Please sign in to comment.