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
This documentation refers to the legacy `pdptool`, which is intended only for low-level developer testing.\
21
+
It is not the recommended method for onboarding or interacting with PDP Storage Providers.
22
+
23
+
For current usage, including working with live PDP SPs and submitting real deals, please use the [Synapse SDK](https://github.com/FilOzone/synapse-sdk) and [Synapse dApp Tutorial](https://github.com/FIL-Builders/fs-upload-dapp).
Copy file name to clipboardExpand all lines: storage-providers/pdp/enable-pdp.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ description: >-
7
7
8
8
# Enable PDP
9
9
10
+
{% hint style="danger" %}
11
+
**DEPRECATED DEVELOPER TOOL**\
12
+
\
13
+
This documentation refers to the legacy `pdptool`, which is intended only for low-level developer testing.\
14
+
It is not the recommended method for onboarding or interacting with PDP Storage Providers.
15
+
16
+
For current usage, including working with live PDP SPs and submitting real deals, please use the [Synapse SDK](https://github.com/FilOzone/synapse-sdk) and [Synapse dApp Tutorial](https://github.com/FIL-Builders/fs-upload-dapp).
@@ -135,7 +144,7 @@ Browse to the **PDP** page of the Curio GUI and in the **Owner Address** section
135
144
* Select **Import Key**
136
145
137
146
{% hint style="success" %}
138
-
Your 0x wallet address - the delegated Ethereum address derived from your Filecoin Metamask private key - will be added to the **Owner Address** section of the Curio PDP page.
147
+
Your 0x wallet address - the delegated Ethereum address derived from your Filecoin Metamask private key - will be added to the **Owner Address** section of the Curio PDP page.
139
148
{% endhint %}
140
149
141
150
Make sure to send a small amount of FIL to your 0x wallet - we recommend 5 FIL to ensure uninterrupted PDP operation during initial setup and testing.
@@ -155,7 +164,7 @@ curio run --layers=gui,pdp
155
164
```
156
165
157
166
{% hint style="warning" %}
158
-
 If you encounter errors binding to port 443 when starting Curio with the pdp configuration layer, run:
167
+
If you encounter errors binding to port 443 when starting Curio with the pdp configuration layer, run:
Make sure to send a small amount of FIL to each wallet - we recommend 1 FIL per wallet to ensure the creation of your Storage Provider in Curio.
107
+
Make sure to send a small amount of FIL (Mainnet) or tFIL (Calibration) to each wallet - we recommend 1 FIL/tFIL per wallet to ensure the creation of your Storage Provider in Curio. [Calibration test FIL faucet information](https://docs.filecoin.io/smart-contracts/developing-contracts/get-test-tokens).
100
108
101
109
{% hint style="info" %}
102
110
Both wallets will be used during Curio initialisation.
Copy file name to clipboardExpand all lines: storage-providers/pdp/use-pdp.md
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,16 @@ description: >-
7
7
8
8
# Use PDP
9
9
10
+
{% hint style="danger" %}
11
+
DEPRECATED DEVELOPER TOOL
12
+
13
+
This documentation refers to the legacy `pdptool`, which is intended only for low-level developer testing.
14
+
15
+
It is not the recommended method for onboarding or interacting with PDP Storage Providers.
16
+
17
+
For current usage, including working with live PDP SPs and submitting real deals, please use the [Synapse SDK](https://github.com/FilOzone/synapse-sdk) and [Synapse dApp Tutorial](https://github.com/FIL-Builders/fs-upload-dapp).
18
+
{% endhint %}
19
+
10
20
PDP ensures that your data is verifiably stored by a Filecoin Storage Provider using cryptographic proofs without needing to retrieve the file itself.
11
21
12
22
### Prerequisites
@@ -33,7 +43,7 @@ go build .
33
43
34
44
***
35
45
36
-
### Authenticate Your Client (JWT Token)
46
+
### Authenticate Your Client (JWT Token)
37
47
38
48
You first need to authenticate your pdptool with a PDP-enabled Storage Provider
0 commit comments