Skip to content

feat: Ntx-builder binary crate#2067

Open
sergerad wants to merge 8 commits into
nextfrom
sergerad-ntx-builder-bin
Open

feat: Ntx-builder binary crate#2067
sergerad wants to merge 8 commits into
nextfrom
sergerad-ntx-builder-bin

Conversation

@sergerad
Copy link
Copy Markdown
Collaborator

Relates to #1961.

➜ target/debug/miden-ntx-builder -h
Miden network transaction builder

Usage: miden-ntx-builder <COMMAND>

Commands:
  start  Starts the network transaction builder component
  help   Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version
➜ docker ps -a
CONTAINER ID   IMAGE                   COMMAND                  CREATED          STATUS          PORTS                                                                                      NAMES
c553565a4025   grafana/grafana:12.4    "/run.sh"                17 seconds ago   Up 16 seconds   0.0.0.0:3000->3000/tcp, [::]:3000->3000/tcp                                                miden-node-grafana-1
8703bee6a696   grafana/tempo:2.10.4    "/tempo -config.file…"   17 seconds ago   Up 16 seconds   0.0.0.0:3200->3200/tcp, [::]:3200->3200/tcp, 0.0.0.0:4317->4317/tcp, [::]:4317->4317/tcp   miden-node-tempo-1
c73927603a73   miden-node              "miden-node store st…"   17 seconds ago   Up 16 seconds   0.0.0.0:50001-50003->50001-50003/tcp, [::]:50001-50003->50001-50003/tcp                    miden-node-store-1
e64c285777ab   miden-ntx-builder       "miden-ntx-builder s…"   17 seconds ago   Up 16 seconds   50301/tcp                                                                                  miden-node-ntx-builder-1
4941f9c94eee   miden-validator         "miden-validator sta…"   17 seconds ago   Up 16 seconds   0.0.0.0:50101->50101/tcp, [::]:50101->50101/tcp                                            miden-node-validator-1
4c4ad408a150   miden-network-monitor   "miden-network-monit…"   17 seconds ago   Up 16 seconds   0.0.0.0:3001->3001/tcp, [::]:3001->3001/tcp                                                miden-node-monitor-1
3535241ac411   miden-node              "miden-node block-pr…"   17 seconds ago   Up 16 seconds   0.0.0.0:50201->50201/tcp, [::]:50201->50201/tcp                                            miden-node-block-producer-1
1d2e0204c671   miden-node              "miden-node rpc star…"   17 seconds ago   Up 16 seconds   0.0.0.0:57291->57291/tcp, [::]:57291->57291/tcp                                            miden-node-rpc-1

Comment thread bin/node/.env
MIDEN_NODE_NTX_BUILDER_VALIDATOR_URL=
MIDEN_NODE_NTX_BUILDER_NTX_PROVER_URL=
MIDEN_NODE_NTX_BUILDER_SCRIPT_CACHE_SIZE=
MIDEN_NODE_NTX_BUILDER_MAX_CYCLES=
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mirko-von-Leipzig do you want me to just delete the .env files now?

@sergerad sergerad marked this pull request as ready for review May 11, 2026 21:24
Copy link
Copy Markdown
Contributor

@kkovaacs kkovaacs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Copy link
Copy Markdown
Collaborator

@SantiagoPittella SantiagoPittella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, we probably need to update publish-crates.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants