Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 2.5 KB

File metadata and controls

55 lines (38 loc) · 2.5 KB

Development Tutorial

In this Tutorial, we will walk you through all the steps necessary to customize a generic Substrate node into a Partnerchain node with use-case specific features.

The material presented here is a streamlined version of the info detailed at the Dev Activity Logs (node customization, Partner Chains SDK integration, and Use case application).

Summary

This reference implementation takes Substrate's very basic minimal template and shows how to:

  • add a custom ledger (eUTxO using Griffin);
  • set up consensus (Aura) and finality (GRANDPA) algorithms;
  • integrate the Partner Chains (PC) SDK; and
  • set up an application (Asteria).

We hope that the guide presented here helps you to set your particular use-case.

Index

Next Up
Node customization Root README