๐Linking to an External Node
This section is for those linking to an external node, so if you want to run commands from your local machine, or don't feel like running a node yourself you can use the sedad
binary to connect to an external node. This can be done two ways:
Add the
--node
flag to your CLI commands, followed by the RPC endpoint in thehttps://<hostname>:<port>
format.Alternatively, set a default node:
sedad config set client node https://[hostname]:[port]
When connecting externally, choose a trustworthy node operator. Unscrupulous operators might tamper with query outcomes or block transactions. The SEDA team currently supports these RPC endpoints:
Testnet-seda-node-1:
http://18.171.36.35:26657
Testnet-seda-node-2:
http://13.41.125.154:26657
License Contents of this repository are open source under GNU General Public License v3.0.
Last updated