Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 415 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 415 Bytes

SSRI Server

Start server with

RUST_LOG=ssri_server=debug cargo run

Run a script with

echo '{
    "id": 2,
    "jsonrpc": "2.0",
    "method": "run_script",
    "params": ["0x900afcf79235e88f7bdf8a5d320365b7912f8074f4489a68405f43586fc51e5c", 0, ["0x58f02409de9de7b1", "0x0000000000000000", "0x0a00000000000000"]]
}' \
| curl -H 'content-type: application/json' -d @- \
http://localhost:8090