https://github.com/TalismanSociety/talisman-web
Unlock the Paraverse with Talisman Portal. A Polkadot, Kusama & Parachain dashboard for the community.
https://github.com/TalismanSociety/talisman-web
blockchain dapp polkadot react
Last synced: 3 months ago
JSON representation
Unlock the Paraverse with Talisman Portal. A Polkadot, Kusama & Parachain dashboard for the community.
- Host: GitHub
- URL: https://github.com/TalismanSociety/talisman-web
- Owner: TalismanSociety
- License: gpl-3.0
- Created: 2021-06-14T09:33:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T03:36:57.000Z (3 months ago)
- Last Synced: 2025-07-23T05:26:27.167Z (3 months ago)
- Topics: blockchain, dapp, polkadot, react
- Language: TypeScript
- Homepage: https://app.talisman.xyz
- Size: 54.8 MB
- Stars: 89
- Watchers: 6
- Forks: 52
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - TalismanSociety/talisman-web - Unlock the Paraverse with Talisman Portal. A Polkadot, Kusama & Parachain dashboard for the community. (TypeScript)
README
# Talisman Portal

[](https://app.talisman.xyz)
[](https://discord.gg/talisman)
**Unlock the Paraverse** with Talisman Portal.
A Polkadot, Kusama & Parachain dashboard for the community.
With Talisman Portal you can buy DOT and KSM, contribute to crowdloans, view NFTs and more.
**Want more?**
[Talisman Polkadot Wallet](https://talisman.xyz) | [Blog](https://medium.com/we-are-talisman) | [Docs](https://docs.talisman.xyz) | [Twitter](https://twitter.com/wearetalisman) | [Discord](https://discord.gg/talisman)
## How to set up a development environment
1. Clone the repo:
```sh
git clone https://github.com/TalismanSociety/talisman-web.git
```
2. Use the project targeted Node version using [nvm](https://github.com/nvm-sh/nvm) (Optional but will ensure no funny business with Yarn)
```sh
nvm use
```
3. Enable corepack (ensures you're using the correct version of `yarn`)
```sh
corepack enable
```
4. Install the project dependencies:
```sh
yarn
```
5. Copy `.env.example` to `.env` and update the values inside:
```sh
cp apps/portal/.env.example apps/portal/.env
```
6. Start the dev server:
```sh
yarn dev
```