@firaenix/synapse-dht

1.0.0-alpha.9 • Public • Published
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;
  }
});

Readme

Keywords

none

Package Sidebar

Install

npm i @firaenix/synapse-dht

Weekly Downloads

1

Version

1.0.0-alpha.9

License

ISC

Unpacked Size

10.9 kB

Total Files

9

Last publish

Collaborators

  • firaenix