Skip to content

Commit 332b47c

Browse files
committed
cleaned up a bit
1 parent 9b52e7d commit 332b47c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

todo.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
todo:
2+
- make sure the function gets run, even if it's just for the sequencer.
3+
Set output index to "sequencer" in this case, or maybe just -1
4+
15
Next challenge is publishing. You need to be able to publish your work and consume work published by others. Once you can do that, you can share programs and build on the shoulders of others.
26

37
When you publish a function, it and all of its dependencies each get a "published id". They are each placed in files named after those IDs on the server. I suppose the server needs to decide on this ID so that users cannot abuse the system.

0 commit comments

Comments
 (0)