added GetBlockchain in REST API of the serverCA, also added the visualization to the serverCA webapp

This commit is contained in:
arnaucode
2017-11-26 15:27:36 +01:00
parent f56763d48e
commit 06b34d74b8
8 changed files with 199 additions and 13 deletions

View File

@@ -32,6 +32,8 @@ func main() {
//read configuration file
readConfig("config.json")
reconstructBlockchainFromBlock("http://"+config.IP+":"+config.ServerRESTPort, "")
//run thw webserver
go webserver()