Create-IPFS-app
Learn how to create an IPFS app hosted on Filebase.
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.
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:



If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago