useDApp: Create a dApp using useDApp and IPFS
Learn how to create a dApp using useDApp and IPFS.
What is useDApp?
1. First, we need a Filebase IPFS bucket.
2. Select ‘Buckets’ from the left side bar menu, or navigate to console.filebase.com/buckets.

3. Enter a bucket name and choose the IPFS storage network to create the bucket.

4. Next, upload some images you’d like to display on your dApp.

5. Take note of the CID for each of these objects.

6. Open a terminal or command-line interface.
7. Start your dApp with the following command:
8. Your app will be running at http://localhost:3000.
http://localhost:3000.
9. Navigate to the my-dapp/packages/react-app/src/App.js file.
my-dapp/packages/react-app/src/App.js file.

Last updated