Self-host with Docker · Yantr
Sikka
Feeless Proof-of-Work cryptocurrency node with a built-in browser wallet.
1
Ports
4
Notes
3
Use Cases
About
What Sikka does
Sikka is a modern, decentralized Proof-of-Work cryptocurrency node with zero transaction fees, HTTP-based federation, and a built-in browser wallet. Self-host it to validate the chain locally, expose its API on port 8080, and participate in the network without relying on third-party infrastructure.
Install Flow
How to self-host Sikka
Sikka can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Sikka does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Run your own Sikka node and browser wallet so you can validate balances and transactions locally.
- Expose the built-in HTTP API for testing, integrations, and autonomous systems that need direct blockchain access.
- Join the Sikka network with a self-hosted node instead of depending on shared public infrastructure.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 64552 | HTTP | Node API and Wallet |
Docker Image
ghcr.io/sikkalabs/sikka:latest
Service Name
sikka
Notes
Things to know before you deploy
- Set miner to a valid lower-case sikka1... bech32m address to enable the built-in miner (optional).
- Set SIKKA_PUBLIC_URL if this node should advertise a public URL to other Sikka peers.
- The container stores chain data in the named volume mounted at /home/sikka/data.
- The HTTP service on port 8080 serves both the API and the built-in wallet pages.
Related Apps
More tools you might pair with Sikka
Page generated 2026-06-23T15:50:08.758Z