8000 GitHub - gyrusdentatus/nym at v0.3.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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

gyrusdentatus/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 executable binary crates include:

  • client - an executable which you can build into your own applications. Use it for interacting with Nym nodes.
  • mixnode - the mixnode crate.
  • sfw-provider - a store-and-forward service provider. The provider acts sort of like a mailbox for mixnet messages.
  • validator - currently just starting development. Handles consensus ordering of transactions, mixmining, and coconut credential generation and validation.

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

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 75.4%
  • TypeScript 18.1%
  • Go 2.5%
  • JavaScript 1.7%
  • Shell 0.9%
  • HTML 0.6%
  • Other 0.8%
0