You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Sign up for a new account at https://nodeless.io, create a new store and take note of the store ID
118
+
- [Sign up](https://nodeless.io/?ref=587f477f-ba1c-4bd3-8986-8302c98f6731) for a new account, create a new store and take note of the store ID
119
119
- Go to Profile > API Tokens and generate a new key and take note of it
120
120
- Create a store webhook with your Nodeless callback URL (e.g. `https://{YOUR_DOMAIN_HERE}/callbacks/nodeless`) and make sure to enable all of the events. Grab the generated store webhook secret
121
121
- Set `NODELESS_API_KEY` and `NODELESS_WEBHOOK_SECRET` environment variables with generated API key and webhook secret, respectively
@@ -130,9 +130,24 @@ Install Docker from their [official guide](https://docs.docker.com/engine/instal
130
130
- Set `paymentsProcessors.nodeless.storeId` to your store ID
131
131
- Restart Nostream (`./scripts/stop` followed by `./scripts/start`)
132
132
133
-
4. [LNBITS](https://lnbits.com/)
133
+
4. [OpenNode](https://www.opennode.com/)
134
+
- Complete the step "Before you begin"
135
+
- Sign up for a new account and get verified
136
+
- Go to Developers > Integrations and setup two-factor authentication
137
+
- Create a new API Key with Invoices permission
138
+
- Set `OPENNODE_API_KEY` environment variable on your `.env` file
139
+
140
+
```
141
+
OPENNODE_API_KEY={YOUR_OPENNODE_API_KEY}
142
+
```
143
+
144
+
- On your `.nostr/settings.yaml` file make the following changes:
145
+
- Set `payments.processor` to `opennode`
146
+
- Restart Nostream (`./scripts/stop` followed by `./scripts/start`)
147
+
148
+
5. [LNBITS](https://lnbits.com/)
134
149
- Complete the step "Before you begin"
135
-
- Create a new wallet on you public LNbits instance
150
+
- Create a new wallet on you public LNbits instance
136
151
- [Demo](https://legend.lnbits.com/) server must not be used for production
137
152
- Your instance must be accessible from the internet and have a valid SSL/TLS certificate
138
153
- Get wallet Invoice/read key (in Api docs section of your wallet)
0 commit comments