Tangle Cloud

March 3, 2026 ยท View on GitHub

Tangle Logo

Tangle Cloud

Operator and developer interface for the Tangle Operator Layer for AI services. This app covers blueprint registration, service deployment, service operations, operator flows, and related transaction tracking.

Run Locally

  1. Install dependencies from repo root:
yarn install
  1. Configure env from root .env.example:
cp .env.example .env.local

Required baseline:

  • VITE_GRAPHQL_ENDPOINT for your target chain/indexer.
  1. Start app:
yarn nx serve tangle-cloud

Default URL: http://localhost:4201

Notes

  • Node.js: >=18.18.x
  • Package manager: Yarn 4
  • Protocol contracts/indexer source: sibling ../tnt-core