Tangle Cloud
March 3, 2026 ยท View on GitHub
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
- Install dependencies from repo root:
yarn install
- Configure env from root
.env.example:
cp .env.example .env.local
Required baseline:
VITE_GRAPHQL_ENDPOINTfor your target chain/indexer.
- 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