Developers
Development Status

Development status

The SDK is still somewhat a work in progress: interfaces are fairly stable but still may change in subsequent releases.

In the future the SDK will be made up of several modules, each of which will allow developers to interact with different parts of Nym infrastructure.

ModuleFunctionalityReleased
MixnetCreate / load clients & keypairs, subscribe to Mixnet events, send & receive messages✔️
TcpProxyUtilise the TcpProxyClient and TcpProxyServer abstractions for streaming✔️
EcashCreate & verify Ecash credentials
ValidatorSign & broadcast Nyx blockchain transactions, query the blockchain

The Mixnet module currently exposes the logic of two clients: the websocket client, and the socks client.

The TcpProxy module exposes functionality to set up client/server instances that expose a localhost TcpSocket to read/write to.