Tutorials10 min read

Getting Started with Filebase

A step-by-step guide to setting up your first bucket and uploading files to the decentralized web.

Step 1: Create an Account

First, head over to the Filebase dashboard and sign up for a free account. You'll get 5GB of storage for free to start experimenting with IPFS.

Step 2: Create a Bucket

Once logged in, click on the "Buckets" tab in the left sidebar. Click "Create Bucket", give it a unique name, and select "IPFS" as the storage network.

Step 3: Upload a File

Navigate into your new bucket and click the "Upload" button. You can drag and drop files or select them from your computer. Once uploaded, Filebase will automatically pin your file to the IPFS network.

Step 4: Retrieve Your CID

After the upload is complete, you'll see your file listed in the bucket. Click on it to view its details. You'll find the IPFS CID (Content Identifier) which you can use to access your file from any public IPFS gateway.

Next Steps

Now that you've uploaded your first file, try using our S3-compatible API to automate uploads from your applications. Check out the API documentation for more details.