/stratumprotocol.org

Website for the Stratum V2 bitcoin mining protocol

Primary LanguageVueMIT LicenseMIT

stratumprotocol.org

Build the project Locally

In order to build the website locally, you'll need Node.js >= 14.16 (or basically the latest LTS version).

The setup is straight forward:

# Install dependencies
yarn install

# Serve locally (by default on port 8080)
yarn dev