Deweb
Decentralized Web Services Blockchain
Install / Use
/learn @deweb-services/DewebREADME
Decentralized Web Services (DWS) Blockchain

Hardware Requirements
Here are the minimal hardware configs required for running a validator/sentry node
- 8GB RAM
- 4vCPUs
- 300GB Disk space
Software Requirements
Install deps
sudo apt-get install build-essential jq
Compile instructions: install GoLang
Install Go 1.19.x The official instructions can be found here: https://golang.org/doc/install
First remove any existing old Go installation as root
sudo rm -rf /usr/local/go
Download the software:
curl https://dl.google.com/go/go1.19.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
Update environment variables to include go (copy everything and paste)
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export GOBIN=$HOME/go/bin
export PATH=$PATH:/usr/local/go/bin:$GOBIN
EOF
source $HOME/.profile
To verify that Go is installed:
go version
Should return go version go1.19 linux/amd64
Compile dewebd source code by yourself
Download source code and compile
git clone https://github.com/deweb-services/deweb.git
cd deweb
git checkout v0.3.1
make build #it build the binary in build/ folder
To know the version:
build/dewebd version
The output must be 0.3.1
Is the version match, now you have two options
- Move the binary to the /usr/local/bin path with:
sudo mv build/dewebd /usr/local/bin/ - Compile and install the binary in the $GOPATH path:
make install
Join our Sirius Testnet
Sirius testnet chainId: deweb-testnet-sirius
Related Skills
node-connect
352.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
352.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
352.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
