Skip to content

Commit

Permalink
Add public RPC node disclaimer
Browse files Browse the repository at this point in the history
Signed-off-by: Dzianis Andreyenka <[email protected]>
  • Loading branch information
denisandreenko committed Jan 9, 2024
1 parent b31c98d commit cdd9860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/chains/tezos_testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ To do this, run the following command:
```
ff init tezos dev 1 \
--multiparty=false \
--remote-node-url https://ghostnet.ecadinfra.com
--remote-node-url <selected RPC endpoint>
```

> **NOTE**: The public RPC nodes may have limitations or may not support all FF required RPC endpoints. Therefore it's not recommended to use ones for production and you may need to run own node or use third-party vendors.
## Start the stack

Now you should be able to start your stack by running:
Expand Down

0 comments on commit cdd9860

Please sign in to comment.