blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

[TASK] Specify non-standard ports when deploying locally with CLI

Open Serial-ATA opened this issue 8 months ago • 0 comments

Overview

If you spawn a local Tangle node with cargo tangle blueprint deploy tangle --devnet, and the node isn't using port 9944, then the commands it outputs, such as:

cargo tangle blueprint register --blueprint-id 0 --keystore-uri ./test-keystore

won't work, since you'd need to specify --ws-rpc-url ws://127.0.0.1:<PORT>. For non-standard ports we should include that in the command.

Serial-ATA avatar Apr 15 '25 19:04 Serial-ATA