◌ governed situations - made readable
Axone Surface is the public interface to the Axone protocol.
It makes the protocol's laws, identities, capabilities, and on-chain acts readable through an experiential web interface.
Surface presents Axone as a living system, connecting its doctrine with the activity attested by the chain.
Enter the development environment, install the dependencies, and start the development server.
nix develop
pnpm install
pnpm devRun the project checks before submitting changes.
pnpm run check
pnpm run lint
pnpm run format:check
pnpm run test:unit
pnpm run test:e2e
pnpm run buildThe repository provides a Nix development shell with the required tooling.
If you use direnv, run direnv allow once from the repository root.
