inkdevhub / drink

De-chained Ready-to-play ink! playground
Apache License 2.0
69 stars 15 forks source link

Runtime creator #85

Closed pmikolajczyk41 closed 11 months ago

pmikolajczyk41 commented 11 months ago

We introduce a new macro create_minimal_runtime, which generates a minimal runtime with custom name and custom chain extension parameter. It can be used outside drink as well, but you also have to add frame-system and frame-support as dependencies (due to how construct_runtime macro works...).

This is a prerequisite for supporting chain extensions in drink.