Frontend for Tangle staking and delegation experiences on EVM, including wallet connection, deposits/withdrawals, delegation management, and reward visibility.
- Install dependencies from repo root:
yarn install- Configure env from root
.env.example:
cp .env.example .env.localRequired baseline:
VITE_GRAPHQL_ENDPOINTfor your target chain/indexer.
- Start app:
yarn nx serve tangle-dappDefault URL: http://localhost:4200
- Node.js:
>=18.18.x - Package manager:
Yarn 4 - Protocol contracts/indexer source: sibling
../tnt-core
