NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
386 stars 169 forks source link

Juno RPC handler code tidying #1750

Closed stranger80 closed 5 months ago

stranger80 commented 6 months ago
IronGauntlets commented 6 months ago

Implement a pattern of generating RPC handler code scaffolding from OpenAPI spec

Note the starknet spec is written in OpenRPC not OpenAPI and I don't think there is a good code generator in go for OpenRPC