Set a local node

To change your default node address to a public node:

direct config set --key=node --value="https://public1.sui.direct"

In the same way, you can set your local node in the configuration.

direct config set --key=node --value="http://127.0.0.1:4002"

Last updated