Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Extension

darkfriend77 edited this page Jul 29, 2021 · 2 revisions

Extension

Extensions are decoupled repos integrating a specific pallet or multiple pallets of a node, they can be used to access special calls and types of a node or pallet.

Create

Basic Extensions of the API should be created with the SubstrateNetApiExt template. The documentation in the readme documents the three steps, call, type & test.

Useing

The usage is simply achieved by using the created dll or integrating a previously created nuget into the project.