/talisman-web

Unlock the Paraverse with Talisman Web. A Polkadot, Kusama & Parachain dashboard for the community.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Talisman Web

Talisman

website-link discord-link

Unlock the Paraverse with Talisman Web.
A Polkadot, Kusama & Parachain dashboard for the community.

With Talisman Web you can buy DOT and KSM, contribute to crowdloans, view NFTs and more.

Want more?
Talisman Polkadot Wallet | Blog | Docs | Twitter | Discord

How to set up a development environment

  1. Clone the repo:
git clone https://github.com/TalismanSociety/talisman-web.git
  1. Use the project targeted Node version using nvm (Optional but will ensure no funny business with Yarn)
nvm use
  1. Install the project dependencies:
yarn
  1. Copy .env.example to .env and update the values inside:
cp apps/portal/.env.example apps/portal/.env
  1. Start the dev server:
yarn dev