Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 964 Bytes

File metadata and controls

48 lines (31 loc) · 964 Bytes

Tangle dApp

Frontend for Tangle staking and delegation experiences on EVM, including wallet connection, deposits/withdrawals, delegation management, and reward visibility.

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-dapp

Default URL: http://localhost:4200

Notes

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

Help