5e733a5ebf
* SEO: Add frontmatter, structured data, and sitemap config * Fix: restore deleted prebuild output file --------- Co-authored-by: Benjamin Nemeroff <ben@Benjamins-MacBook-Air.local> Co-authored-by: mfahampshire <maxhampshire@pm.me>
17 lines
680 B
Markdown
17 lines
680 B
Markdown
---
|
|
title: "Nym CLI: Mixnet & Blockchain Commands"
|
|
description: "Use nym-cli to interact with the Nym mixnet and Nyx blockchain. Manage nodes, delegate stake, and query network state from the command line."
|
|
schemaType: "TechArticle"
|
|
section: "Developers"
|
|
lastUpdated: "2026-02-11"
|
|
---
|
|
|
|
# Nym-CLI
|
|
|
|
This is a CLI tool for interacting with:
|
|
|
|
* the Nyx blockchain (account management, querying the chain state, etc)
|
|
* the smart contracts deployed on Nyx (bonding and un-bonding mixnodes, collecting rewards, etc)
|
|
|
|
It provides a convenient wrapper around the `nymd` client, and has similar functionality to the `nyxd` binary for querying the chain or executing smart contract methods.
|