The data flow chart between REST API and Ethereum's JSON RPC is shown below.
The fields that set wei are properly handled by Custom Mashaler so that they do not overflow when responding to the REST API. The flow chart is annotated with the example of how balance
as a typical field of wei is converted.
In this project you can develop by preparing the following environment.
- Be able to use the
make
command - Docker daemon is running on your machine
make build
make render-protobuf-document
make render-openapi-document
export BASE_URL=URL
export TOKEN=YOUR_TOKEN
make test
Protocol Buffers
OpenAPI