Prerequisites
Before you begin, ensure you have the following:- A machine (Mac, Windows, or Linux) with internet access.
- Docker installed. If not download here.
Quick Start
1. Create a .env Configuration File
First, create a new folder for your node setup. Inside this folder, create a .env file and add the following configuration:
.env
Replace
<s3_id>, <s3_key>, <backup_key_path>, and <key_password> with your actual credentials if using S3 backup. 2. Start Your Bless Node
Navigate to the folder where your.env file is located and run the following command in your terminal to start your node:
Terminal