You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
p4u 6551f598cf Use Root Hash as censusID when creating a snapshot. 5 years ago
..
README.md Use Root Hash as censusID when creating a snapshot. 5 years ago
censusmanager.go Use Root Hash as censusID when creating a snapshot. 5 years ago

README.md

dvot-census http service library

How to use it

processHttp.T.Init()
processHttp.Listen(1500, "http", "")

To enable authentication (using pubKey signature):

pubK := "39f54ce5293520b689f6658ea7f3401f4ff931fa3d90dea21ff901cdf82bb8aa"
processHttp.Listen(1500, "http", pubK)