An open API service indexing awesome lists of open source software.

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: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Talisman Portal

Talisman

[![website-link](https://img.shields.io/website?label=app.talisman.xyz&style=flat-square&up_message=online&url=https%3A%2F%2Fapp.talisman.xyz)](https://app.talisman.xyz)
[![discord-link](https://img.shields.io/discord/858891448271634473?logo=discord&logoColor=white&style=flat-square)](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
```