trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.32k forks source link

(Optional) Extra preserve plugins #3674

Closed rkalis closed 3 years ago

rkalis commented 3 years ago

While preserve-to-ipfs and preserve-to-filecoin allow users to preserve their files to Filecoin, there are some tools/services that can make this easier.

Powergate offers a friendly API around the Lotus client, which could be used in a preserve-to-powergate plugin, but since this still requires you to run a Lotus client, so imo this does not offer a significant benefit over the main preserve-to-filecoin plugin.

On the other hand textileio offers an S3 like wrapper around Filecoin called Buckets. This allows you to store files on Filecoin without having to run your own Lotus client. This has significant benefits and should be considered as an extension. For the current integration this is out of scope though.

rkalis commented 3 years ago

After discussion, we included preserve-to-buckets in the scope. No other Filecoin-related preserve plugins will be developed at this point, but any plugins can be created in the future (also for e.g. Arweave or other platforms). This doesn't need its own issue though.