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.
Ensure you have task
installed. Follow the instructions here.
-
Install required tools:
task install
-
Generate:
task generate
-
Build the server binary:
task build
-
The binary will be stored in the
./build
directory.
You can find the usage instructions for DeWeb Server in the DeWeb Server documentation.