Skip to content

rflechtner/local-parachain-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup the KILT Parachain

  1. Execute the run.sh script. It uses the docker compose CLI aka docker compose not docker-compose.
  2. Select the image to run in .env.
  3. The Parachain ID should be 12555. It can be looked up at Developer > Chain State > parachainInfo::parachainId.
  4. The genesis state and WASM are updated after running run.sh and can be found in specs/kilt.wasm or specs/kilt-genesis.hex.

Keys

Account, node and session keys can be found in keys.

Custom Types

Custom types for the polkadot-apps are in kilt-types.json

How to register a Parachain

  1. Register the parachain in the Polkadot Apps: Network > Parachains > Parathreads -> + Register.
  2. Sudo > slots::forceLease

About

Setup a local parachain with docker-compose & bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%