Desktop Application Installation
Download Surfer Protocol (Recommended)
Get started quickly by downloading the latest version for your operating system:
Build from Source (Optional)
If you're a developer interested in building the application locally, follow these steps:
Step 1: Clone the repository
git clone https://github.com/Surfer-Org/Protocol.git
Step 2: cd into the desktop directory
cd Protocol/desktop
Step 3: Install dependencies
npm install
Step 4: Run the application
npm start
Step 5 (optional): Build the application
npm run package