Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Marcvander/NodeJS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
![dapp logo](./logo.png)
## [Description](./package.json)
## [Parameters](./iexec.json)
5 changes: 5 additions & 0 deletions Marcvander/NodeJS/deployed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"app": {
"42": "0x150c2bc1845294ab963c5e547863b942ec2e9845"
}
}
27 changes: 27 additions & 0 deletions Marcvander/NodeJS/iexec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"description": "This Dapp allows you to run some Node.js code. Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser",
"license": "MIT",
"author": "Marc Vanderstigel",
"social": {
"website": "https://nodejs.org/en/",
"github": "https://github.com/nodejs"
},
"logo": "logo.png",
"app": {
"name": "NodeJS",
"price": 1,
"params": {
"type": "DOCKER",
"envvars": "XWDOCKERIMAGE=node"
}
},
"order": {
"buy": {
"app": "0x150c2bc1845294ab963c5e547863b942ec2e9845",
"dataset": "0x0000000000000000000000000000000000000000",
"params": {
"cmdline": "node /iexec/test.js","dirinuri":"https://gist.githubusercontent.com/Marcvander/2e2c9b6b432f491bbb5e99cc94d1c59d/raw/aa808e8ec40fcb5778adc2654bb47b10895134e0/test.js"
}
}
}
}
Binary file added Marcvander/NodeJS/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.