Using forge create
To deploy contracts using Node RPC, run forge create with the option --rpc-url set to the RPC link you copied from the Dashboard.
deploy-counter.sh
Using forge script
To run a script using Node RPC, run forge script with the option --rpc-url set to the RPC link you copied from the Dashboard.
counter-script.sh