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
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,4 @@ Learn how Request Network can streamline Web3 invoicing and payments for your ap
31
31
32
32
## Start Building with Request Network
33
33
34
-
<tabledata-card-size="large"data-view="cards"data-full-width="false"><thead><tr><th></th><th></th><thdata-hiddendata-card-targetdata-type="content-ref"></th><thdata-hiddendata-card-coverdata-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><ahref="broken-reference">Broken link</a></td><td><ahref=".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><ahref="request-network-api/easyinvoice-api-demo-app.md">easyinvoice-api-demo-app.md</a></td><td><ahref=".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
+
<tabledata-card-size="large"data-view="cards"data-full-width="false"><thead><tr><th></th><th></th><thdata-hiddendata-card-targetdata-type="content-ref"></th><thdata-hiddendata-card-coverdata-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><ahref="broken-reference/">broken-reference</a></td><td><ahref=".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><ahref="request-network-api/easyinvoice-api-demo-app.md">easyinvoice-api-demo-app.md</a></td><td><ahref=".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>
Copy file name to clipboardExpand all lines: docs/advanced/introduction-to-the-request-protocol/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Protocol Architecture
1
+
# Internal SDK Architecture
2
2
3
3
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.
4
4
@@ -19,7 +19,7 @@ The protocol is composed of four layers:
19
19
* Data Access
20
20
* Storage
21
21
22
-
<figure><imgsrc="../../.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><imgsrc="../../.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>
23
23
24
24
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.
Copy file name to clipboardExpand all lines: docs/advanced/protocol-overview/request-client-and-request-node.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,4 @@ The Request Network Foundation operates several [Request Nodes](https://docs.req
26
26
27
27
Shown below is a diagram that depicts how the SDK and Node interact with the protocol.
28
28
29
-
<divdata-full-width="true"><figure><imgsrc="../../.gitbook/assets/image (3).png"alt=""><figcaption><p>Interacting with Request Network via a Request Node</p></figcaption></figure></div>
29
+
<divdata-full-width="true"><figure><imgsrc="../../.gitbook/assets/image (3) (2).png"alt=""><figcaption><p>Interacting with Request Network via a Request Node</p></figcaption></figure></div>
Copy file name to clipboardExpand all lines: docs/advanced/request-network-sdk/sdk-demo-apps/request-invoicing/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ A video showing the Request Invoicing template where you can create, pay, and li
24
24
25
25
## Chains and Currencies
26
26
27
-
<figure><imgsrc="../../../../.gitbook/assets/image (5).png"alt=""><figcaption><p>Currency Selectors from the Request Invoicing app</p></figcaption></figure>
27
+
<figure><imgsrc="../../../../.gitbook/assets/image (5) (1).png"alt=""><figcaption><p>Currency Selectors from the Request Invoicing app</p></figcaption></figure>
Copy file name to clipboardExpand all lines: docs/advanced/request-network-sdk/sdk-guides/payment/single-request-forwarder.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
The Single Request Forwarder is a smart contract solution that enables integration with Request Network's payment system without modifying existing smart contracts.
The Single Request Forwarder Factory contact addresses can be found : [smart-contract-addresses.md](../../../../general/supported-chains/smart-contract-addresses.md"mention")
***Invoice Creation**: A simple form to create invoices.
26
26
* Client name and email fields.
27
27
* Items, amounts, and notes fields.
28
-
* Invoice currency and payment currency options, supporting currency conversion via the Request Network API. 
28
+
* Invoice currency and payment currency options, supporting currency conversion via the Request Network API.
29
29
***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.
30
30
31
-
<figure><imgsrc="../.gitbook/assets/Screenshot from 2025-02-13 14-48-47.png"alt=""><figcaption><p>EasyInvoice Create Invoice Page</p></figcaption></figure>
31
+
<figure><imgsrc="../.gitbook/assets/Screenshot from 2025-02-13 14-48-47 (1).png"alt=""><figcaption><p>EasyInvoice Create Invoice Page</p></figcaption></figure>
32
32
33
33
### **Dashboard**
34
34
35
35
***Dashboard**: View key metrics and a table of your invoices.
36
36
37
-
<figure><imgsrc="../.gitbook/assets/Screenshot from 2025-02-14 01-00-51.png"alt=""><figcaption><p>EasyInvoice Dashboard</p></figcaption></figure>
37
+
<figure><imgsrc="../.gitbook/assets/Screenshot from 2025-02-14 01-00-51 (1).png"alt=""><figcaption><p>EasyInvoice Dashboard</p></figcaption></figure>
38
38
39
39
### Invoice Payment
40
40
@@ -43,15 +43,15 @@ Discover how your app can have its own EasyInvoice features - [book a call](http
43
43
* Compatible with 50+ different crypto wallets.
44
44
***Real-time Updates**: The app receives webhooks from the Request Network API to update the invoice status in real-time.
45
45
46
-
<figure><imgsrc="../.gitbook/assets/Screenshot from 2025-02-14 01-01-00.png"alt=""><figcaption><p>EasyInvoice Invoice Payment Page</p></figcaption></figure>
46
+
<figure><imgsrc="../.gitbook/assets/Screenshot from 2025-02-14 01-01-00 (1).png"alt=""><figcaption><p>EasyInvoice Invoice Payment Page</p></figcaption></figure>
47
47
48
-
<figure><imgsrc="../.gitbook/assets/image (1).png"alt=""><figcaption><p>EasyInvoice supports 50+ wallets via Reown AppKit</p></figcaption></figure>
48
+
<figure><imgsrc="../.gitbook/assets/image (1) (2).png"alt=""><figcaption><p>EasyInvoice supports 50+ wallets via Reown AppKit</p></figcaption></figure>
49
49
50
50
### Direct Payment
51
51
52
52
***Direct Payment**: Send a payment without having to create a request first.
53
53
54
-
<figure><imgsrc="../.gitbook/assets/image (6).png"alt=""><figcaption><p>EasyInvoice Direct Payment page</p></figcaption></figure>
54
+
<figure><imgsrc="../.gitbook/assets/image (6) (1).png"alt=""><figcaption><p>EasyInvoice Direct Payment page</p></figcaption></figure>
55
55
56
56
<tabledata-card-size="large"data-view="cards"data-full-width="false"><thead><tr><th></th><th></th><th></th><thdata-hiddendata-card-targetdata-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><spandata-gb-custom-inlinedata-tag="emoji"data-code="1f579">🕹️</span> <strong>Try it out</strong></td><td></td><td><ahref="https://easyinvoice.request.network">https://easyinvoice.request.network</a></td></tr><tr><td></td><td><spandata-gb-custom-inlinedata-tag="emoji"data-code="2139">ℹ️</span> <strong>View Source</strong></td><td></td><td><ahref="https://github.com/RequestNetwork/easy-invoice">https://github.com/RequestNetwork/easy-invoice</a></td></tr></tbody></table>
0 commit comments