Note that key-value pairs committed to ResilientDB through the API store the JSON object as the value. To get the intended value of the pair, simply access the value of the JSON object.
Get all values
Get value of specific id
Get values based on key range
Sets a new value for a key. Note that key-value pairs committed to ResilientDB through the API store the JSON object as the value. To get the intended value of the pair, simply access the value of the JSON object.
Ex: curl -X POST -d '{"id":"samplekey","value":"samplevalue"}' localhost:18000/v1/transactions/commit
Retrieve all blocks
Retrieve all blocks, grouped in batch sizes of the int parameter
Retrieve list of blocks within a range of sequence numbers
Used for the Explorer webpage