polkastats-v2 icon indicating copy to clipboard operation
polkastats-v2 copied to clipboard

Polkadot Kusama network statistics

PolkaStats v2

Polkadot Kusama CC2 network statistics

This repository is ARCHIVED, for latest version go to https://github.com/polkastats/polkastats

Build frontend

# Clone this repo
$ git clone https://github.com/Colm3na/polkastats-v2.git
$ cd polkastats-v2

# Install dependencies
$ npm install

# Serve with hot reload at localhost:3000
$ npm run dev

# Build for production
$ npm run build

# generate static project
$ npm run generate

Build backend

See: https://github.com/Colm3na/polkastats-backend-v2

How to include your Kusama validator information in PolkaStats

You will need both Keybase and GitHub accounts in order to continue.

Make sure you have properly filled your full name, website, social links and have uploaded a profile picture in your Keybase profile.

Step 1

Login with your GitHub user and make a Fork of PolkaStats v2 repo: https://github.com/Colm3na/polkastats-v2.

Step 2

In your fork, create a new folder named "stash_address_of_your_validator" in identities folder. In that folder create a new file named keybase_username with your Keybase username on it.

Step 3

Make a Pull Request to the master branch of the original repo: https://github.com/Colm3na/polkastats-v2.

Old v1 version (Alexander network):

  • Frontend: https://github.com/Colm3na/polkastats
  • Backend: https://github.com/Colm3na/polkastats-backend