Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Oct 8, 2024
1 parent 26f0f8e commit 281b2fb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

A minimal Lightning address server powered by [NWC](https://nwc.dev)

## API

### Create a new user

`POST /users`

```json
{
"connectionSecret": "nostr+walletconnect://..."
}
```

`returns`

```
{
"lightningAddress": "91290133601@albylite.com"
}
```

## Development

- [Install Deno](https://docs.deno.com/runtime/manual/getting_started/installation/)
Expand Down

0 comments on commit 281b2fb

Please sign in to comment.