Test
The following section will run through how to test your vRAM implementation by sending an action through your DSP’s API endpoint.
When running the test commands, if you're using leap version 3.0.0+ you'll need to add --use-old-send-rpc -t false
to the cleos command to not use the send_transaction2
rpc by default as seen below. If using the legacy eos software, that flag is not required.
For a list of available endpoints, see here, or visit a DSP Portal
Must add -t false
to not return full error trace so DSP can properly parse require_service request. -x 180
wait 180 seconds for expiration
Last updated