# store

Stores the hex of the data in the offchain storage.

# Endpoint

/v1/store

# Example

# Request

curl -X POST http://localhost:1031/v1/store \
     -H "Content-Type: application/json" \
     -d '{
           "data": "{\"exp\":\"3+1\"}"
          }'