Hub
Public Hub
wget "https://hub.membase.unibase.com/api/download?name=<file>&owner=<owner>" -O <saved-name>
# or
curl "https://hub.membase.unibase.com/api/download?name=<file>&owner=<owner>"curl -X POST https://hub.membase.unibase.com/api/upload -d '{
"id": "test1",
"owner": "0xabcd",
"message": "Your content here"
}'Private Hub
export CHAIN_TYPE=<your CHAIN_TYPE>
git clone https://github.com/unibaseio/unibase-da-sdk.git
cd app/hub
go build
./hub init
./hub daemon run -b 0.0.0.0:8086Web UI
Last updated