From a9cc5a15547be728350648b0b846deadd741ed9f Mon Sep 17 00:00:00 2001 From: gio Date: Wed, 18 Sep 2024 22:28:13 +0200 Subject: [PATCH] update documentation api and flow link --- PAYMENTS.md | 33 ++++++++++++++-------------- src/app/blocks/web-money/tracking.ts | 2 +- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/PAYMENTS.md b/PAYMENTS.md index 9789a7a74..9ea0d1d4d 100644 --- a/PAYMENTS.md +++ b/PAYMENTS.md @@ -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: - +- Check out our Player: + -- Wallet Block demo: - +- Wallet Block demo: + -- Statistics using anonymous analytics: - +- Statistics using anonymous analytics: + **Components:** -- Web Money block: - +- Web Money block: + -- 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 diff --git a/src/app/blocks/web-money/tracking.ts b/src/app/blocks/web-money/tracking.ts index 0fcf4f764..a644af11c 100644 --- a/src/app/blocks/web-money/tracking.ts +++ b/src/app/blocks/web-money/tracking.ts @@ -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) {