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