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
Verify your data is stored with cryptographic proofs:
30
30
@@ -34,17 +34,17 @@ Verify your data is stored with cryptographic proofs:
34
34
35
35
> NOTE! For demo purposes, I have created a THROWAWAY PRIVATE KEY. **NEVER USE YOUR PRIVATE KEY IN A REPOSITORY OR EXPOSE IT**. The repo references using your private key LOCALLY as an ENV VARIABLE. When you create a GITHUB ACTION, use GITHUB SECRETS to store your private key.
36
36
37
-
###Who is this for
37
+
## Who is this for
38
38
39
39
1. Existing IPFS developers who want to use Filecoin to persist their data
40
40
2. Technical users who want to use GitHub Actions to automate deployment of IPFS Files onto decentralized storage
41
41
3. Agent builders that want to store their agent cards and validation materials on Filecoin for cryptographic proof of storage
Get detailed information about a specific data set (this queries the blockchain directly) that includes proofs:
224
224
@@ -305,7 +305,7 @@ Data set inspection complete
305
305
306
306
> 💡 **Note**: This command queries the smart contracts on-chain to retrieve all data set information. The data shown is live blockchain state, not cached data.
That is it - you now have a dapp with a drag-and-drop interface to store IPFS Files on Filecoin!
101
101
102
-
# Next Steps
102
+
##Next Steps
103
103
104
104
1. Check back on the [filecoin-pin-website repo](https://github.com/filecoin-project/filecoin-pin-website) - it will continue to be updated as new functionality is brought to filecoin-pin.
105
105
2. Feel free to report any issues with the dApp demo to https://github.com/filecoin-project/filecoin-pin-website/issues
0 commit comments