ArcBlock: Running an ArcBlock Blocket Server on IPFS
Learn how to run an ArcBlock Blocket Server on IPFS.
What is ArcBlock?
1. First, we need a Filebase IPFS bucket.
2. Select ‘Buckets’ from the left sidebar 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, download and install S3FS-FUSE on a Linux or macOS system.
5. Set up an Access Key file for use with S3FS-FUSE.
6. Mount your bucket.
7. Now, navigate into the mounted Filebase bucket.
8. Next, install NVM with the following command:
9. You will also need to have Node.js and NPM installed. You can do so with the following commands:
10. Next, install Nginx. This command will vary based on your operating system. This example uses MacOSx:
11. Then, install the Blocklet CLI:
12. Now we’re ready to create and run the Blocklet server.
13. Then, initialize the Blocklet Server with the command:
14. Then, start the server:
15. The Blocklet Server will be running at the following URL:
16. Accept the Blocklet Server terms of service, then select ‘Connect with DID-Connect’.

17. DID-Connect is a cryptowallet.


18. You’ll be brought to the Blocklet Server dashboard.

19. From here, you can install Blocklet apps from the Blocklet Store, which can be used for dApp development and integration.

Last updated