machinefi / w3bstream-studio

W3bstream development and node management GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

W3bstream Studio

W3bstream Studio is a web application that can interact with a W3bstream node and assist you with the following tasks:

  • Managing your W3bstream node
  • Coding and deploying WASM Applets
  • Managing publishers
  • Testing events
  • Viewing logs

preview

DEV

cp .env.tmpl .env

pnpm install
pnpm dev

### Docker
pnpm dev:docker

Deploy

pnpm build; pnpm start

Build Image

docker build -f Dockerfile -t test/w3bstream-studio:main .

Documentation

Please visit https://docs.w3bstream.com/.

Interested in contributing to the doc? Please edit on Github

Arch

Run W3bstream node with prebuilt docker images

Make a path for w3bstream node. In the path, run the following command

curl https://raw.githubusercontent.com/machinefi/w3bstream-studio/main/docker-compose.yaml > docker-compose.yaml

Edit the config in the yaml file if needed. Then run

docker-compose pull
docker-compose -p w3bstream -f ./docker-compose.yaml up -d

Your node should be up and running.

Please note: the docker images are hosted at GitHub Docker Registry

About

W3bstream development and node management GUI

License:Apache License 2.0


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%Language:Dockerfile 0.1%Language:CSS 0.0%