cothority icon indicating copy to clipboard operation
cothority copied to clipboard

Move (most of) conode/ to onet/app

Open nkcr opened this issue 6 years ago • 0 comments

At the moment we have to copy the entire conode/ folder in order to use a custom service. That would be great to keep only the minimal amount of code in conode/ and move the rest to onet/app.

Ideally we would only have conode/conode.go with the right needed static import for the custom service and the app.RunServer(config).

nkcr avatar Oct 24 '19 10:10 nkcr