Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

ascjones/chameleon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chameleon

Archived

Code copied into subxt-codegen for now, though this may be extracted again in the future. See paritytech/subxt#294.

SCALE compatible type generation for substrate runtimes. No dependencies on substrate crates required!


Accepts a SCALE encoded metadata file via CLI or a macro, and generates a Rust module with all types required for interacting with pallets for the given substrate runtime.

⚠️ Health warning ⚠️

This is a prototype, will likely be changed significantly or even destroyed completely. So do not depend on it for any production code (yet).

Current status

Using the command: cargo run -p chameleon-cli | rustfmt --edition=2018 --emit=stdout, generates the following.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages