This is the server code for Noosphere. Servers coordinate the construction of
Taproot-compatible ROAST threshold signatures. Clients can be created using the
noosphere_roast_client
package.
A server can be run from a given GrpcConfig
YAML file using dart run noosphere_roast_server:grpc_server --config your_config_file_here.yaml
.
Alternatively a server may be created using the package as a library.
To use the library, the underlying frosty package requires the associated native library which can be built from the frosty repository using Podman or Docker. Please see the frosty README.md.