Skip to content
/ nym Public
forked from nymtech/nym

Nym provides strong network-level privacy against sophisticated end-to-end attackers, and anonymous transactions using blinded, re-randomizable, decentralized credentials.

Notifications You must be signed in to change notification settings

narodnik/nym

 
 

Repository files navigation

The Nym Privacy Platform

This repository contains the full Nym platform, written in Rust.

The platform is composed of multiple Rust crates. Top-level crates include:

  • client - an executable crate which you can use for interacting with Nym nodes
  • mixnode - an executable mixnode crate
  • sfw-provider - an executable store-and-forward provider crate. The provider acts sort of like a mailbox for mixnet messages.

Build Status

Building

Platform build instructions are available on our docs site.

Developing

There's a .env.sample-dev file provided which you can rename to .env if you want convenient logging, backtrace, or other environment variables pre-set. The .env file is ignored so you don't need to worry about checking it in.

About

Nym provides strong network-level privacy against sophisticated end-to-end attackers, and anonymous transactions using blinded, re-randomizable, decentralized credentials.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.2%
  • Shell 0.8%