1.0.0-alpha.9 • Published 3 years ago

@firaenix/synapse-dht v1.0.0-alpha.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago
Client.build({
  registrations: async (ioc: DependencyContainer) => {
    const superCopAlgo = await ED25519SuperCopAlgorithm.build();
    ioc.registerInstance('ISigningAlgorithm', superCopAlgo);
    ioc.registerInstance(ED25519SuperCopAlgorithm, superCopAlgo);

    // IoC must always be returned.
    return ioc;
  }
});