Skip to content

iammelea/polkascan-pre

 
 

Repository files navigation

Polkascan PRE

Polkascan PRE Main Application

Run application

  • Make sure to also clone submodules within the cloned directory:
git submodule update --init --recursive
  • During the first run let MySQL initialize (wait for about a minute)
docker-compose -p dev -f docker-compose.yml up -d mysql
  • Then build the other docker containers
docker-compose -p dev -f docker-compose.yml up --build

This will harvest blocks from a new local network, for existing networks replace the mentioned docker-compose.yml with:

  • Kusama network
docker-compose -p kusama -f docker-compose.kusama.yml up --build
  • Alexander test network
docker-compose -p alexander -f docker-compose.alexander.yml up --build
  • Edgeware test network
docker-compose -p edgeware -f docker-compose.edgeware.yml up --build
  • Robonomics test network
docker-compose -p robonomics -f docker-compose.robonomics.yml up --build
  • Joystream test network
docker-compose -p joystream -f docker-compose.joystream.yml up --build

Links

About

Polkascan PRE Docker App

Resources

License

Stars

Watchers

Forks

Packages

No packages published