Ceramic: How to Host a Ceramic Node Using Decentralized Storage
Learn how to host a Ceramic Node Using Decentralized Storage.
What is Ceramic?
1. Install the Ceramic IPFS-Daemon and set the Ceramic Network environment variable with the following commands:
2. Then in a new shell window, configure Ceramic to use IPFS:
3. Next, login to the Infura.io console. Create a new project.

4. Select the Ethereum network, and give your project a name.

5. In the Project settings, select "Ropsten” from the endpoint dropdown menu.

6. Then, take down the HTTPS Endpoint. You will need this in the next step.

7. Next, export your S3 configuration environment variables using the following commands:
8. Then, it the daemon.config.js file in your $HOME.ceramic directory that has the following content:
daemon.config.js file in your $HOME.ceramic directory that has the following content:9. Launch the Ceramic daemon:
Last updated