A federation of nodes running FROST to generate threshold signatures for itself and on the request of clients.
The federation also saves and synchronises data and commands sent by clients. The federation then runs a priori known validation scheme on the data before generating a threshold signature.
-
A federation of nodes with point to point network connectivity.
-
All point to point connections are authenticated and confidential using the Noise framework.
-
All point to point connections are reliable with no ordering guarantees.
-
Provide an echo-broadcast implementation between all nodes to satisfy the FROST broadcast channel requirements.
-
Clocks are synchronised using ntp to satisfy partial synchrony requirements.
-
Clients connect to any node in the federation and then send data/commands to that node.
-
The federation members synchronise data and commands received from clients.
-
The federation runs preprocessing DKG rounds every fixed interval.
-
Threshold signatures are generated Whenever a client requests a one or the federation needs one.