Sign inSign up

kiltprotocol/mashnet-node

By kiltprotocol

•Updated about 3 years ago

Image
3

10K+

kiltprotocol/mashnet-node repository overview

⁠KILT mashnet-node · Build and Test

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:

RuntimeRelay ChainDocker ImagePurpose
mashnet-node--kiltprotocol/mashnet-nodelocal development
peregrineKILT hosted (westend clone)kiltprotocol/kilt-nodeTestnetwork for new features
spiritnetKusamakiltprotocol/kilt-nodeLive 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.

Tag summary

Content type

Image

Digest

sha256:ae8e8c1b8…

Size

54.3 MB

Last updated

about 3 years ago

docker pull kiltprotocol/mashnet-node