Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phoax authored Nov 21, 2024
1 parent 016f65f commit b17e568
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions packages/poh-signer-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,35 @@ Uses the [POH api](https://linea-xp-poh-api.linea.build) to check if an address

POH stands for Proof Of Humanity, it respects a set of rules that determines if an address is human or not, a user has to go through a POH process to be marked as POH.

## Installation
## Access

### On Prod

Go to https://linea-poh-signer-api.linea.build

Swagger: https://linea-poh-signer-api.linea.build/docs

### On Sepolia

Go to https://linea-poh-signer-api.sepolia.linea.build

Swagger: https://linea-poh-signer-api.sepolia.linea.build/docs

### On Devnet

Go to https://linea-poh-signer-api.devnet.linea.build

Swagger: https://linea-poh-signer-api.devnet.linea.build/docs

## Development

### Installation

```bash
$ pnpm install
```

## Running the app
### Running the app

```bash
# development
Expand All @@ -24,7 +46,7 @@ $ pnpm run start:dev
$ pnpm run start:prod
```

## Test
### Test

```bash
# unit tests
Expand Down

0 comments on commit b17e568

Please sign in to comment.