blueprint
blueprint copied to clipboard
[TASK] Specify non-standard ports when deploying locally with CLI
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.