Skip to content

Commit

Permalink
Change Distributor analytics hostname, replaces 'dsp1' with 'distribu…
Browse files Browse the repository at this point in the history
…tor' in documentation

From pull request #494
  • Loading branch information
lukestanley authored Sep 30, 2024
2 parents 3e1df33 + a9cc5a1 commit 22819b4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 deletions PAYMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,35 @@ The "**Web Money block**" can be used in a flow to stream ILP payments in real t
We enable Coil users to stream XRP using Web Monetization's Interledger Protocol. The block works with, or without the Coil browser extension, and the account balances can be seen by recipients using the Wallet block to see (currently integrated using Uphold OAuth).

Check out the screencast videos:
- [Kendraio Player with Coil login, Web Monetization without a browser extension](https://www.youtube.com/watch?v=T2yXWJKIgOQ)

- [Uphold API integrated with Kendraio App Wallet Block](https://www.youtube.com/watch?v=QoZA2F-ddd8)
- [Kendraio Player with Coil login, Web Monetization without a browser extension](https://www.youtube.com/watch?v=T2yXWJKIgOQ)

- [Uphold API integrated with Kendraio App Wallet Block](https://www.youtube.com/watch?v=QoZA2F-ddd8)

**Block documentation**

- [Web Money Block](https://github.com/kendraio/kendraio-app/blob/main/docs/workflow/blocks/web_money.rst)
- [Web Money Block](https://github.com/kendraio/kendraio-app/blob/main/docs/workflow/blocks/web_money.rst)

- [Wallet Block](https://github.com/kendraio/kendraio-app/blob/main/docs/workflow/blocks/wallet.rst)
- [Wallet Block](https://github.com/kendraio/kendraio-app/blob/main/docs/workflow/blocks/wallet.rst)

**Example flows**

- Check out our Player:
<https://app.kendra.io/player/all>
- Check out our Player:
<https://app.kendra.io/player/all>

- Wallet Block demo:
<https://app.kendra.io/dsp1/walletArray>
- Wallet Block demo:
<https://app.kendra.io/distributor/walletArray>

- Statistics using anonymous analytics:
<https://app.kendra.io/player/stats>
- Statistics using anonymous analytics:
<https://app.kendra.io/player/stats>

**Components:**

- Web Money block:
<https://github.com/kendraio/kendraio-app/blob/main/src/app/blocks/web-money/web-money.component.ts>
- Web Money block:
<https://github.com/kendraio/kendraio-app/blob/main/src/app/blocks/web-money/web-money.component.ts>

- Wallet block:
https://github.com/kendraio/kendraio-app/blob/main/src/app/blocks/wallet/wallet.component.ts
- Wallet block:
https://github.com/kendraio/kendraio-app/blob/main/src/app/blocks/wallet/wallet.component.ts

- Uphold service library:
https://github.com/kendraio/kendraio-app/blob/main/src/app/_shared/services/uphold_service.ts
- Uphold service library:
https://github.com/kendraio/kendraio-app/blob/main/src/app/_shared/services/uphold_service.ts
2 changes: 1 addition & 1 deletion src/app/blocks/web-money/tracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class Tracking {

fake = false;

graphqlEndpoint = 'https://star-grackle-36.hasura.app/v1/graphql';
graphqlEndpoint = 'https://distributor.hasura.app/v1/graphql';

queueWorkerTimer = setInterval(() => {
if (this.queue.length === 0) {
Expand Down

0 comments on commit 22819b4

Please sign in to comment.