Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lhartikk/naivechain
/ main.js
File
main.js
main.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
var
CryptoJS = require(
"crypto-js"
);
3
var
express = require(
"express"
);
4
var
bodyParser = require(
'body-parser'
);
Callers
nothing calls this directly
Calls
4
getGenesisBlock
Function · 0.85
connectToPeers
Function · 0.85
initHttpServer
Function · 0.85
initP2PServer
Function · 0.85
Tested by
no test coverage detected