The KILT blockchain is the heart and soul behind KILT Protocol. It provides the immutable transaction ledger for the various KILT processes in the network.
The nodes use Parity Substrate as the underlying blockchain technology stack, extended with our custom functionality for handling DIDs, CTypes, Attestations and Delegations.
KILT Node could be able to run on either your local development environment or a dedicated server depending on your need. We publish distinct docker images for each deployment options:
| Runtime | Relay Chain | Docker Image | Purpose |
|---|---|---|---|
mashnet-node | -- | kiltprotocol/mashnet-node | local development |
peregrine | KILT hosted (westend clone) | kiltprotocol/kilt-node | Testnetwork for new features |
spiritnet | Kusama | kiltprotocol/kilt-node | Live chain / mainnet |
You could easily spin up mashnet-node [NB only kiltprotocol/mashnet-node docker image] in standalone mode mainly for development purpose via the command below:
docker run -p 9944:9944 kiltprotocol/mashnet-node:latest --dev --ws-port 9944 --ws-external --rpc-external --rpc-methods=unsafe
Currently there are two runtimes (parachain environments) named peregrine and spirtnet hosted by KILT protocol and Kusama respectively. How to run a collator or fullnode on these chains using a kilt-node docker image is documented here in detail.
Content type
Image
Digest
sha256:ae8e8c1b8…
Size
54.3 MB
Last updated
about 3 years ago
docker pull kiltprotocol/mashnet-node