You can follow the steps in Light Node Deployment Document to start Meeda's light node. Light nodes provide some http API interfaces that ordinary users need to access the Meeda network. The default listening port of this service is 8082, that is, the baseURL is https://localhost:8082; all the following request URLs should be changed according to the actual situation.
1. Upload Data
Request Url: https://localhost:8082/putObject
Request Method: POST
Request Header Information:
Param
Value
Content-Type
application/json
Request Params(Json):
Param
Value
Type
Required
Description
data
data to be uploaded
String
yes
data to be uploaded represented using hexadecimal encoding