Skip to content

Commit 85f104c

Browse files
benjlevesquegitbook-bot
benjlevesque
authored andcommitted
GitBook: No commit message
1 parent 439a89b commit 85f104c

34 files changed

+16
-16
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
434 KB
Loading

docs/.gitbook/assets/image (10).png

14 KB
Loading

docs/.gitbook/assets/image (11).png

476 KB
Loading

docs/.gitbook/assets/image (12).png

409 KB
Loading
25.9 KB
Loading
73.6 KB
Loading
255 KB
Loading

docs/.gitbook/assets/image (3).png

-244 KB
Loading
182 KB
Loading

docs/.gitbook/assets/image (4).png

-156 KB
Loading
14 KB
Loading

docs/.gitbook/assets/image (5).png

241 KB
Loading
476 KB
Loading

docs/.gitbook/assets/image (6).png

-227 KB
Loading

docs/.gitbook/assets/image (7).png

263 KB
Loading

docs/.gitbook/assets/image (8).png

88.8 KB
Loading

docs/.gitbook/assets/image (9).png

182 KB
Loading

docs/.gitbook/assets/image7.png

189 KB
Loading

docs/.gitbook/assets/image9.png

188 KB
Loading

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Learn how Request Network can streamline Web3 invoicing and payments for your ap
3131

3232
## Start Building with Request Network
3333

34-
<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h2><strong>Request Network API</strong></h2></td><td><ul><li>Fast</li><li>Easy to Integrate</li></ul></td><td><a href="broken-reference">Broken link</a></td><td><a href=".gitbook/assets/Screenshot from 2025-02-13 14-45-27.png">Screenshot from 2025-02-13 14-45-27.png</a></td></tr><tr><td><h2>API Demo App: EasyInvoice</h2></td><td><ul><li>Try out Request Network</li><li>Create and Pay Invoices</li></ul></td><td><a href="request-network-api/easyinvoice-api-demo-app.md">easyinvoice-api-demo-app.md</a></td><td><a href=".gitbook/assets/Screenshot from 2025-02-13 14-48-47.png">Screenshot from 2025-02-13 14-48-47.png</a></td></tr></tbody></table>
34+
<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h3><strong>Request Network API</strong></h3></td><td><ul><li>Fast</li><li>Easy to Integrate</li></ul></td><td><a href="broken-reference/">broken-reference</a></td><td><a href=".gitbook/assets/Screenshot from 2025-02-13 14-45-27 (1).png">Screenshot from 2025-02-13 14-45-27 (1).png</a></td></tr><tr><td><h3>API Demo App: EasyInvoice</h3></td><td><ul><li>Try out Request Network</li><li>Create and Pay Invoices</li></ul></td><td><a href="request-network-api/easyinvoice-api-demo-app.md">easyinvoice-api-demo-app.md</a></td><td><a href=".gitbook/assets/Screenshot from 2025-02-13 14-48-47 (1).png">Screenshot from 2025-02-13 14-48-47 (1).png</a></td></tr></tbody></table>

docs/advanced/introduction-to-the-request-protocol/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Protocol Architecture
1+
# Internal SDK Architecture
22

33
Request is an open database for any type of payment request - from business invoices to reimbursements between friends. It aims to support products at any scale from startups to large organizations, from the private to the public sector.
44

@@ -19,7 +19,7 @@ The protocol is composed of four layers:
1919
* Data Access
2020
* Storage
2121

22-
<figure><img src="../../.gitbook/assets/1-LayersPresentation.jpg" alt=""><figcaption><p><em>Layers of the Request Protocol, each layer is described in the next section.</em></p></figcaption></figure>
22+
<figure><img src="../../.gitbook/assets/1-LayersPresentation (1).jpg" alt=""><figcaption><p><em>Layers of the Request Protocol, each layer is described in the next section.</em></p></figcaption></figure>
2323

2424
This layered architecture allows package reusability and makes the protocol more upgradeable. For example, our current implementation uses Ethereum and IPFS. Still, suppose Arweave turns out to be a better solution for storing data in a decentralized database than IPFS. In that case, we can create a new storage layer that uses Arweave and make the data-access layer using this new package instead.
2525

docs/advanced/protocol-overview/request-client-and-request-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ The Request Network Foundation operates several [Request Nodes](https://docs.req
2626

2727
Shown below is a diagram that depicts how the SDK and Node interact with the protocol.
2828

29-
<div data-full-width="true"><figure><img src="../../.gitbook/assets/image (3).png" alt=""><figcaption><p>Interacting with Request Network via a Request Node</p></figcaption></figure></div>
29+
<div data-full-width="true"><figure><img src="../../.gitbook/assets/image (3) (2).png" alt=""><figcaption><p>Interacting with Request Network via a Request Node</p></figcaption></figure></div>

docs/advanced/request-network-sdk/sdk-demo-apps/request-invoicing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A video showing the Request Invoicing template where you can create, pay, and li
2424

2525
## Chains and Currencies
2626

27-
<figure><img src="../../../../.gitbook/assets/image (5).png" alt=""><figcaption><p>Currency Selectors from the Request Invoicing app</p></figcaption></figure>
27+
<figure><img src="../../../../.gitbook/assets/image (5) (1).png" alt=""><figcaption><p>Currency Selectors from the Request Invoicing app</p></figcaption></figure>
2828

2929
### Payment Currencies
3030

docs/advanced/request-network-sdk/sdk-demo-apps/request-invoicing/pay-from-safe-multisig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ The Request Network Templates and Example Apps support paying a request from a S
99
* When connecting your wallet, select **WalletConnect.**
1010
* Copy the **WalletConnect Pairing Code.**
1111

12-
<figure><img src="../../../../.gitbook/assets/image (2).png" alt=""><figcaption></figcaption></figure>
12+
<figure><img src="../../../../.gitbook/assets/image (2) (1).png" alt=""><figcaption></figcaption></figure>
1313

1414
* Click the **WalletConnect** button on the Safe top-navigation bar and paste the **Pairing Code** into the resulting dialog.
1515

1616
<figure><img src="../../../../.gitbook/assets/image (1) (1).png" alt=""><figcaption></figcaption></figure>
1717

18-
<figure><img src="../../../../.gitbook/assets/image (2) (1).png" alt=""><figcaption></figcaption></figure>
18+
<figure><img src="../../../../.gitbook/assets/image (2) (1) (2).png" alt=""><figcaption></figcaption></figure>

docs/advanced/request-network-sdk/sdk-guides/payment/single-request-forwarder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The Single Request Forwarder is a smart contract solution that enables integration with Request Network's payment system without modifying existing smart contracts.
66

7-
<figure><img src="../../../../.gitbook/assets/image (4).png" alt=""><figcaption><p>Single Request Forwarder Payment Flow</p></figcaption></figure>
7+
<figure><img src="../../../../.gitbook/assets/image (4) (1).png" alt=""><figcaption><p>Single Request Forwarder Payment Flow</p></figcaption></figure>
88

99
{% hint style="info" %}
1010
The Single Request Forwarder Factory contact addresses can be found : [smart-contract-addresses.md](../../../../general/supported-chains/smart-contract-addresses.md "mention")
@@ -44,7 +44,7 @@ const requestData = request.getData()
4444

4545
### Deploy Single Request Forwarder
4646

47-
To deploy a Single Request Forwarder, call `deploySingleRequestForwarder()` which takes in the following arguments:
47+
To deploy a Single Request Forwarder, call `deploySingleRequestForwarder()` which takes in the following arguments:
4848

4949
* **`requestData`:** the data of the created request
5050
* **`signer`:** An Ethers v5 Signer to sign the deployment transaction

docs/request-network-api/easyinvoice-api-demo-app.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ Discover how your app can have its own EasyInvoice features - [book a call](http
1818

1919
* **Google Login**: Securely log in to your account using Google OAuth.
2020

21-
<figure><img src="../.gitbook/assets/image.png" alt=""><figcaption><p>EasyInvioce Login Page</p></figcaption></figure>
21+
<figure><img src="../.gitbook/assets/image (12).png" alt=""><figcaption><p>EasyInvioce Login Page</p></figcaption></figure>
2222

2323
### **Invoice Creation**
2424

2525
* **Invoice Creation**: A simple form to create invoices.
2626
* Client name and email fields.
2727
* Items, amounts, and notes fields.
28-
* Invoice currency and payment currency options, supporting currency conversion via the Request Network API.&#x20;
28+
* Invoice currency and payment currency options, supporting currency conversion via the Request Network API.
2929
* **Currency Conversion**: uses on-chain price feeds to calculate the exact payment currency amount based on the invoice currency at the moment of payment so you always receive the correct amount.
3030

31-
<figure><img src="../.gitbook/assets/Screenshot from 2025-02-13 14-48-47.png" alt=""><figcaption><p>EasyInvoice Create Invoice Page</p></figcaption></figure>
31+
<figure><img src="../.gitbook/assets/Screenshot from 2025-02-13 14-48-47 (1).png" alt=""><figcaption><p>EasyInvoice Create Invoice Page</p></figcaption></figure>
3232

3333
### **Dashboard**
3434

3535
* **Dashboard**: View key metrics and a table of your invoices.
3636

37-
<figure><img src="../.gitbook/assets/Screenshot from 2025-02-14 01-00-51.png" alt=""><figcaption><p>EasyInvoice Dashboard</p></figcaption></figure>
37+
<figure><img src="../.gitbook/assets/Screenshot from 2025-02-14 01-00-51 (1).png" alt=""><figcaption><p>EasyInvoice Dashboard</p></figcaption></figure>
3838

3939
### Invoice Payment
4040

@@ -43,15 +43,15 @@ Discover how your app can have its own EasyInvoice features - [book a call](http
4343
* Compatible with 50+ different crypto wallets.
4444
* **Real-time Updates**: The app receives webhooks from the Request Network API to update the invoice status in real-time.
4545

46-
<figure><img src="../.gitbook/assets/Screenshot from 2025-02-14 01-01-00.png" alt=""><figcaption><p>EasyInvoice Invoice Payment Page</p></figcaption></figure>
46+
<figure><img src="../.gitbook/assets/Screenshot from 2025-02-14 01-01-00 (1).png" alt=""><figcaption><p>EasyInvoice Invoice Payment Page</p></figcaption></figure>
4747

48-
<figure><img src="../.gitbook/assets/image (1).png" alt=""><figcaption><p>EasyInvoice supports 50+ wallets via Reown AppKit</p></figcaption></figure>
48+
<figure><img src="../.gitbook/assets/image (1) (2).png" alt=""><figcaption><p>EasyInvoice supports 50+ wallets via Reown AppKit</p></figcaption></figure>
4949

5050
### Direct Payment
5151

5252
* **Direct Payment**: Send a payment without having to create a request first.
5353

54-
<figure><img src="../.gitbook/assets/image (6).png" alt=""><figcaption><p>EasyInvoice Direct Payment page</p></figcaption></figure>
54+
<figure><img src="../.gitbook/assets/image (6) (1).png" alt=""><figcaption><p>EasyInvoice Direct Payment page</p></figcaption></figure>
5555

5656
<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f579">🕹️</span> <strong>Try it out</strong></td><td></td><td><a href="https://easyinvoice.request.network">https://easyinvoice.request.network</a></td></tr><tr><td></td><td><span data-gb-custom-inline data-tag="emoji" data-code="2139">ℹ️</span> <strong>View Source</strong></td><td></td><td><a href="https://github.com/RequestNetwork/easy-invoice">https://github.com/RequestNetwork/easy-invoice</a></td></tr></tbody></table>
5757

0 commit comments

Comments
 (0)