Create-IPFS-app
Learn how to create an IPFS app hosted on Filebase.
Last updated
Was this helpful?
Learn how to create an IPFS app hosted on Filebase.
Last updated
Was this helpful?
create-ipfs-app is a GitHub package created by developer Alex Bakers that provides a simple and streamlined way to deploy a complete decentralized application on IPFS through Filebase.
Read below to learn how to use create-ipfs-app with Filebase.
Special thanks to the developer of this GitHub repo, .
git clone https://github.com/alexbakers/create-ipfs-app.git
cd create-ipfs-dapp
npx create-ipfs-app my-ipfs-app --filebase FILEBASE_API_KEY:FILEBASE_API_SECRET:FILEBASE_BUCKET_NAME
Replace the following values:
FILEBASE_API_KEY: Filebase Access Key
FILEBASE_API_SECRET: Filebase Secret Key
FILEBASE_BUCKET_NAME: Filebase IPFS Bucket Name
cd my-ipfs-app
npm run build
npm run deploy:filebase
You will receive the following output: