Filehub setup and deployment
This section covers the setup and deployment of Filehub, including the configuration of Filehub, Filechain, and the Gateway API.
A default deployment of Filehub is readily available on the Chromia mainnet. You can access the user interface here: Filehub UI, where CHR tokens are used as the payment method for uploading files.
If you'd prefer to set up your own instance of Filehub and deploy custom Filechains, you’re welcome to do so. The project is open-source, and all the necessary repositories can be found here: Filehub Repositories.
Set up a Filehub instance for decentralized file storage and indexing. Configure chromia.yml
and deploy the
Filehub blockchain.
Deploy a Filechain for file chunk storage and transaction validation. Configure chromia.yml
and launch the
Filechain blockchain.
Deploy a bundled Filehub and Filechain for local development using start.sh
. Configure settings and manage
environment setup and deployment.