https://github.com/axone-protocol/surface
◌ Governed situations, made readable.
https://github.com/axone-protocol/surface
agentic-ai blockchain governance smart-contracts web3
Last synced: 12 days ago
JSON representation
◌ Governed situations, made readable.
- Host: GitHub
- URL: https://github.com/axone-protocol/surface
- Owner: axone-protocol
- License: bsd-3-clause
- Created: 2026-07-06T18:43:40.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2026-07-12T17:36:43.000Z (12 days ago)
- Last Synced: 2026-07-12T19:10:54.382Z (12 days ago)
- Topics: agentic-ai, blockchain, governance, smart-contracts, web3
- Language: TypeScript
- Homepage: https://surface.axone.xyz
- Size: 601 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - axone-protocol/surface - ◌ Governed situations, made readable. (TypeScript)
README
# Axone Surface
> ◌ governed situations - made readable
[](https://github.com/axone-protocol/surface/actions/workflows/lint-commits.yml)
[](https://github.com/axone-protocol/surface/actions/workflows/build.yml)
[](https://nixos.org/)
[](https://vuejs.org/)
[](https://conventionalcommits.org)
[](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md)
[](https://opensource.org/licenses/BSD-3-Clause)
_Axone Surface_ is the public interface to the [Axone protocol](https://axone.xyz).
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.

## Development
### Local setup
Enter the development environment, install the dependencies, and start the development server.
```bash
nix develop
pnpm install
pnpm dev
```
### Validation
Run the project checks before submitting changes.
```bash
pnpm run check
pnpm run lint
pnpm run format:check
pnpm run test:unit
pnpm run test:e2e
pnpm run build
```
### Environment
The repository provides a [Nix](https://nixos.org/) development shell with the required tooling.
If you use direnv, run direnv allow once from the repository root.