You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Not all Substrate blockchains use frame. However, all Substrate blockchains will use sp-api for the core and blockbuilder apis among others.
Currently sp-api has a hard dependency on metadata-ir which has a hard dependency on frame-metadata. Both metadata-ir and frame-metadata are very frame-specific, and are not used by non-frame chains. They should also not have to be compiled.