Implementation Samples
Rosetta implementation samples are a good way to start learning how to develop a Rosetta implementation. These repositories contain implementation samples:
You can use these samples to write your own configurations for testing with the rosetta-cli
tool. The How to Write a Rosetta API Configuration File for rosetta-cli Testing documentation provides additional information on how to get started writing your own Rosetta implementation.
To help make your implementation writing easier, we also have two Software Development Kits (SDKs):
- rosetta-sdk-go - helps implementation code interact with the Rosetta API specification (rosetta-specifications).
- rosetta-geth-sdk - helps developers quickly create Rosetta implementations of Geth-based chains.