Skip to content

Commit fdf49ff

Browse files
authored
ZEBEDEE API documentation / readme cleanup (#308)
1 parent 08b5829 commit fdf49ff

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,19 @@ Install Docker from their [official guide](https://docs.docker.com/engine/instal
8383

8484
## Full Guide
8585

86-
- [Set up a Paid Nostr relay with Nostream and ZBD](https://andreneves.xyz/p/how-to-setup-a-paid-nostr-relay) by [André Neves](https://snort.social/p/npub1rvg76s0gz535txd9ypg2dfqv0x7a80ar6e096j3v343xdxyrt4ksmkxrck) (CTO & Co-Founder at [ZEBEDEE](https://zebedee.io/))
86+
- [Set up a Paid Nostr relay with Nostream and ZEBEDEE](https://docs.zebedee.io/docs/guides/nostr-relay) by [André Neves](https://primal.net/andre) (CTO & Co-Founder at [ZEBEDEE](https://zebedee.io/))
8787
- [Set up a Nostr relay in under 5 minutes](https://andreneves.xyz/p/set-up-a-nostr-relay-server-in-under) by [André Neves](https://twitter.com/andreneves) (CTO & Co-Founder at [ZEBEDEE](https://zebedee.io/))
8888

89-
### Accepting payments
89+
### Accepting Payments
9090

91-
1. Zebedee
92-
- You must set ZEBEDEE_API_KEY with an API Key from one of your projects in your Zebedee Developer Dashboard. Contact @foxp2zeb on Telegram or npub1rvg76s0gz535txd9ypg2dfqv0x7a80ar6e096j3v343xdxyrt4ksmkxrck on Nostr requesting access to the Zebedee Developer Dashboard. See the Zebedee full guide on how to set up a paid relay.
91+
1. [ZEBEDEE](https://zebedee.io)
92+
- [Sign up for a ZEBEDEE Developer Dashboard account](https://dashboard.zebedee.io/signup), create a new LIVE Project, and get that Project's API Key
93+
- Set `ZEBEDEE_API_KEY` environment variable with the API Key above
94+
- On `.nostr/settings.yaml` file make the following changes:
95+
- `payments.enabled` to `true`
96+
- `payments.processor` to `zebedee`
97+
- `paymentsProcessors.zebedee.callbackBaseURL` to match your Nostream URL (e.g. `https://{YOUR_DOMAIN_HERE}/callbacks/zebedee`)
98+
- Read the in-depth guide for more information: [Set Up a Paid Nostr Relay with ZEBEDEE API](https://docs.zebedee.io/docs/guides/nostr-relay)
9399

94100
2. Nodeless.io
95101
- Sign up for a new account at https://nodeless.io and create a new store. Take note of the store ID.

0 commit comments

Comments
 (0)