cord-network / community

All discussions, new ideas and issues related to https://cord.network and the relevant projects.
2 stars 1 forks source link

Implement network score module from cord.js in Golang #5

Open NiranjanAP opened 5 months ago

NiranjanAP commented 5 months ago

Refer https://github.com/dhiway/cord.js/tree/develop/packages/network-score, this is the network scoring module. This needs to be built in Golang to help some users who have Golang as their primary development language.

Note: You'll have to identify and build some of the other modules that are dependencies for this to work, hence a high level of understanding of the SDK will help. To get a good overview of the the SDK, Go through the demo script https://github.com/dhiway/cord.js/blob/develop/demo/src/func-test.ts and documentation for the same at https://docs.cord.network/cordjs/integratecord/

amarts commented 5 months ago

depends on #2 Once the basic core modules are complete, this can be done as a separate task.