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
Is your feature request related to a problem? Please describe.
Aave Interface is only deployed to IPFS Pinata right now, which is not distributed enough.
IPFS as a p2p network, more hosting nodes will ensure more distributed, secure, faster, and stable access experience.
Describe the solution you'd like
Add second IPFS Pin server in github workflow using ipfs-crust-action.
This doesn't have any side impact for the current build process.
A PR would be provided for review.
Describe alternatives you've considered
N/A
Additional context Crust Network is the world's leading web3 decentralized storage provider, which runs over 1400+ distributed nodes and provides over 650+ PB storage capacity all over the world.
Pin the Aave Interface to Crust IPFS Network will provide faster and more stable access experience for end users.
Crust Network will provide free CRUST_SEEDS for Aave to use, so do not have any additional charge.
The text was updated successfully, but these errors were encountered:
1. Change the 'update-prod-staging.yml' to add secondary ipfs pin server, utilized the crustio/ipfs-crust-action action which is supported by Crust Network.
2. Use the "continue-on-error: true" to make sure this new action would not break the build.
3. Git repo administrator needs to set the secrets.CRUST_SEEDS in the repo setting in order to make this new action function correctly.
Is your feature request related to a problem? Please describe.
Aave Interface is only deployed to IPFS Pinata right now, which is not distributed enough.
IPFS as a p2p network, more hosting nodes will ensure more distributed, secure, faster, and stable access experience.
Describe the solution you'd like
Add second IPFS Pin server in github workflow using ipfs-crust-action.
This doesn't have any side impact for the current build process.
A PR would be provided for review.
Describe alternatives you've considered
N/A
Additional context
Crust Network is the world's leading web3 decentralized storage provider, which runs over 1400+ distributed nodes and provides over 650+ PB storage capacity all over the world.
Pin the Aave Interface to Crust IPFS Network will provide faster and more stable access experience for end users.
Crust Network will provide free CRUST_SEEDS for Aave to use, so do not have any additional charge.
The text was updated successfully, but these errors were encountered: