Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 464 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 464 Bytes

xxfunc server

This is public endpoint of xxfunc service.

Run

RUST_LOG=info cargo run -p server

Endpoints

  • deploy
curl --location '127.0.0.1:3000/deploy' \
--form 'module=@"/Users/piapark/Documents/GitHub/reth-exex-examples-my/wasm_exex/target/wasm32-unknown-unknown/debug/wasm-exex.wasm"'
  • start
curl --location '127.0.0.1:3000/start' \
--header 'Content-Type: application/json' \
--data '{
"module": "wasm-exex"
}'