Integration Options
Developers might want to either integrate a Mixnet client or just to interact with the blockchain. See the relevant section below.
Integrating Mixnet Functionality
There are several options available to developers wanting to embed a Nym client in their application code.
Rust developers can rely on our Rust SDK to import Nym client functionality into their code. This can either be in the form of a standard message-based client, the socks5
client, or the TcpProxy
modules.
We aim to expose at least the majority of this functionality via FFI to Go and C/C++. This is detailed alongside the Rust SDK components in the Rust SDK docs.
Interacting with Nyx
If instead of relying on the Mixnet you wish to interact with the Nyx chain, either as a payment processor or to get on-chain events, see interacting with the chain.
Note that depending on your setup, you might already be able to combine interacting with the chain with using the Mixnet: check the options above for more.