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 | Blog | Docs | 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- Enable corepack (ensures you're using the correct version of
yarn)
corepack enable- Install the project dependencies:
yarn- Copy
.env.exampleto.envand update the values inside:
cp apps/portal/.env.example apps/portal/.env- Start the dev server:
yarn dev