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
Server makes implementation of the Rosetta Data API as easy as implementing an interface. All boilerplate code to validate and route requests is provided out-of-the-box.
Motivation:
The Server package reduces the work required to write your own Rosetta server. In short, this package takes care of the basics (boilerplate server code and request validation) so that you can focus on code (Rust) that is unique to your implementation.
The text was updated successfully, but these errors were encountered:
🚀 Feature of #106
Server for the Rust based Rosetta SDK Spec
###Description
Motivation:
The text was updated successfully, but these errors were encountered: