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