golemfactory / golem-certificate

GNU Lesser General Public License v3.0
0 stars 1 forks source link

Golem Certificate

Golem Certificate is a certificate format defined in GAP-25. Node descriptors used in the Golem network to identify 'Requestor' agents are defined in GAP-31. This library provides utility functions to work with Golem Certificates and Node descriptors and relies on the JSON schema files defined in the above mentioned GAPs. The library currently only supports Ed25519 signature scheme and provides the following basic functions

The cli directory contains a command line utility that demonstrates how to use the library, it also includes a terminal based UI that guides through the generation process of Golem Certificates and Node descriptors.