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
cp .env.tmpl .env
pnpm install
pnpm dev
### Docker
pnpm dev:dockerpnpm build; pnpm startdocker build -f Dockerfile -t test/w3bstream-studio:main .Please visit https://docs.w3bstream.com/.
Interested in contributing to the doc? Please edit on Github
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.yamlEdit the config in the yaml file if needed. Then run
docker-compose pull
docker-compose -p w3bstream -f ./docker-compose.yaml up -dYour node should be up and running.
Please note: the docker images are hosted at GitHub Docker Registry
