Skip to content

Tool for generating the Starknet JSON-RPC code used in `starknet-rs`

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

xJonathanLEI/starknet-jsonrpc-codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starknet JSON-RPC Codegen

Tool for generating the Starknet JSON-RPC code used in starknet-rs. Starknet specs are shipped with this repo so it should work out of the box.

Run the tool and choose which version of the specification to use:

$ cargo run -- generate --spec 0.7.1

and generated code will be emitted to stdout.

Supported spec versions

The following versions are supported:

  • 0.1.0
  • 0.2.1
  • 0.3.0
  • 0.4.0
  • 0.5.1
  • 0.6.0
  • 0.7.1

License

Licensed under either of

at your option.

About

Tool for generating the Starknet JSON-RPC code used in `starknet-rs`

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages