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.
- Host: GitHub
- URL: https://github.com/talismansociety/talisman-web
- Owner: TalismanSociety
- License: gpl-3.0
- Created: 2021-06-14T09:33:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T05:10:06.000Z (7 months ago)
- Last Synced: 2024-10-30T07:23:30.518Z (7 months ago)
- Topics: blockchain, dapp, polkadot, react
- Language: TypeScript
- Homepage: https://app.talisman.xyz
- Size: 51.7 MB
- Stars: 85
- Watchers: 6
- Forks: 50
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Talisman Portal
[](https://app.talisman.xyz)
[](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
```