Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.42 KB

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 | Security Audit | 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/web/.env.example apps/web/.env
  1. Start the dev server:
yarn start