generated from droq-ai/dfx-base-node-template-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnode.json
More file actions
23 lines (23 loc) · 744 Bytes
/
node.json
File metadata and controls
23 lines (23 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"node_id": "dfx-math-executor-node",
"name": "DFX Math Executor Node",
"description": "Droq AI node providing components to do math operations",
"version": "1.0.0",
"api_url": "http://localhost:8003",
"ip_address": "0.0.0.0",
"docker_image": "droqai/dfx-math-executor-node",
"deployment_location": "local",
"status": "active",
"author": "Dorq team",
"category": "Math",
"created_at": "2025-11-23T00:00:00Z",
"source_code_location": "https://github.com/droq-ai/dfx-math-executor-node",
"components": {
"Multiply": {
"path": "dfx.math.component.multiply",
"description": "Multiplies two numbers together",
"display_name": "DFX Multiply",
"author": "Dorq"
}
}
}