Crates.io | golem-certificate |
lib.rs | golem-certificate |
version | 0.1.1 |
source | src |
created_at | 2023-06-29 07:55:42.738011 |
updated_at | 2023-06-30 08:30:39.452003 |
description | Golem Certificate format support |
homepage | |
repository | https://github.com/golemfactory/golem-certificate |
max_upload_size | |
id | 903050 |
size | 114,324 |
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.