A Host node for the Shinzo network. It pulls primitive blockchain data from Indexers, runs Lens WASM transforms, and serves the resulting Views to subscriber nodes via an embedded DefraDB instance.
Make sure ~/config.yaml exists on the host machine, then:
docker compose upSet your keyring secret before starting:
export DEFRA_KEYRING_SECRET=<your-secret>Further instructions, as well as hardware recommendations, can be found at docs.shinzo.network.
Tip
See BUILD.md for full build-from-source instructions.
The app reads from config/config.yaml. The only field you must set is defradb.keyring_secret (or the DEFRA_KEYRING_SECRET environment variable). Everything else has working defaults.
See docs.shinzo.network for the full configuration reference.
See the Shinzo documentation site for production deployment instructions, hardware requirements, and network topology guidance.
Open an issue before submitting a PR. See CONTRIBUTING.md for guidelines.