Skip to content

D3LAB-DAO/gateway721-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Server

$ node src/server.js

Call run via curl

$ curl -X POST http://localhost:3327/run \
-H "Content-Type: application/json" \
-d '{
  "code": "function addNumbers(params) { const { a, b } = params; return a + b; } mainFunction = addNumbers;",
  "inputs": { "a": 5, "b": 3 }
}'

About

Gateway off-chain VM (V8) machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published