ethereum-optimism / superchain-registry

An index of chains which serves as the source of truth for who’s in the Superchain Ecosystem
MIT License
74 stars 77 forks source link

Superchain-registry: init java-binding for OP stack java components(hildr and op-besu) #312

Open GrapeBaBa opened 3 months ago

GrapeBaBa commented 3 months ago

This should be a sub-task to fix #36 . We are refactoring hildr and op-besu, use an unified superchain configuration and structure can reduce our duplication of code. According to the design of rust-bindings, primitives data types can be used in an environment that does not rely on Jackson dependencies.