MCPcopy Index your code
hub / github.com/TalismanSociety/talisman-web

github.com/TalismanSociety/talisman-web @v2.2.13

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.2.13 ↗ · + Follow
117 symbols 459 edges 81 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

🧿 Talisman Web Application

The Talisman Web Application front-end is a MVP UI built in React, using the following tech-stack:

  1. React
  2. React Router
  3. Styled Components
  4. Polkadot.js

Development

  1. Clone repo
  2. Fetch all module dependencies: $: yarn
  3. Copy .env.example to .env.local or .env and update values (see below)
  4. start dev env: $: yarn start

Deployment

  1. [see above]
  2. replace step 4 with: $: yarn build

Environmental variables

REACT_APP_APPLICATION_NAME=MyApplicationName provide a name for the application, used in configuring the web3 object. Should be unique to the environment.
REACT_APP_DEFAULT_CHAIN_ID=0 select a chain ID to use. options

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 116
Interface 1

Languages

TypeScript100%

Modules by API surface

src/libs/talisman/crowdloan.tsx10 symbols
src/util/helpers.js8 symbols
src/libs/talisman/parachain.tsx8 symbols
src/libs/portfolio/index.tsx7 symbols
src/libs/crowdloans/useCrowdloanContributions.tsx7 symbols
src/libs/tokenprices/index.tsx6 symbols
src/libs/crowdloans/useCrowdloanContribute.tsx5 symbols
src/App.Theme.tsx5 symbols
src/util/hooks.js4 symbols
src/libs/talisman/util/hooks.tsx4 symbols
src/libs/talisman/settings.tsx4 symbols
src/libs/talisman/chainmeta.tsx4 symbols

For agents

$ claude mcp add talisman-web \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page