Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 780 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 780 Bytes

DeWeb Server

DeWeb Server allows users to access websites stored on-chain through a web browser. It is also used by providers to allow any user from any platform to access the websites they have uploaded on-chain.

Getting Started

Prerequisites

Ensure you have task installed. Follow the instructions here.

Installation

  1. Install required tools:

    task install
  2. Generate:

    task generate
  3. Build the server binary:

    task build
  4. The binary will be stored in the ./build directory.

Usage

You can find the usage instructions for DeWeb Server in the DeWeb Server documentation.