Skip to content
Snippets Groups Projects
Commit 6caef2e5 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] Docs

[+] Node declaration and publications operations
parent 31da6aed
No related branches found
No related tags found
No related merge requests found
kelvin-dev.cfg
\ No newline at end of file
# Kelvin Blockchain: development network
# General section
[general]
id=0x0000000000000000
name=kelvin
type=development
# Possible values: light, full, archive, master, root
node-role=full
# Default local node for this network
node-default=root_dev_0
File added
docs/Consensuses.png

28.4 KiB

File added
File added
docs/Consensuses_sharding.png

51.9 KiB

File added
docs/Consensuses_zero_chain.png

28.4 KiB

Subproject commit 248494b4cc63817f2e12e10b41e6aaf003f970b6
Subproject commit 1115f44ac440e88b28a4a0be7e3fba9ec8632395
Subproject commit 2fd251e07ffdffd839609eb27d0d5588bb859ffc
Subproject commit 0e422afa4ffd3e978f8ee0fed02dc6f5ab6e00af
Subproject commit 94796d374bb02a3c7b68c081e73bfb0d7ff175eb
Subproject commit f7a8384fde29175361efa801957a53184dc6b97d
Subproject commit d73151860457a7db6add2b114c15c8780eb5fa37
Subproject commit c503e42a355a361193fcbd360f931860cde9a5bc
Subproject commit f0baf44e4c244d2fc3fe95e6b5839ae58fe0f28a
Subproject commit c7f976f9c3b1f63f0d150c041ddac76324b9d92b
Subproject commit 16d08884bf608cac1956a6d8238e033c873b4209
Subproject commit d555173385b6ad9020611cc5d2f3288e3d060833
......@@ -304,13 +304,14 @@ int main(int argc, const char * argv[])
stream_ctl_add_proc(DAP_HTTP(l_server), STREAM_CTL_URL);
// Built in WWW server
if ( dap_config_get_item_bool_default(g_config,"www","enabled",false) ){
/*if ( dap_config_get_item_bool_default(g_config,"www","enabled",false) ){
dap_http_folder_add(DAP_HTTP(l_server), "/",
dap_config_get_item_str_default(g_config,
"resources",
"www_root",
"/opt/dapserver/www"));
}
"/opt/kelvin-node/www"));
}*/
}
}else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment