From 87cd235d67e0e633593b7705efbd249a8aa7ded1 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 14 Sep 2023 12:55:22 -0400 Subject: [PATCH 1/2] any experience --- src/pages/tutorials/deploy-your-first-smart-contract/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tutorials/deploy-your-first-smart-contract/index.md b/src/pages/tutorials/deploy-your-first-smart-contract/index.md index 554a453b4..c785b0fc7 100644 --- a/src/pages/tutorials/deploy-your-first-smart-contract/index.md +++ b/src/pages/tutorials/deploy-your-first-smart-contract/index.md @@ -21,7 +21,7 @@ It covers how to: This tutorial has different versions for different programming languages. You can run the tutorial with the version of the language you are most familiar with or want to learn. -You do not need an experience in these languages to run the tutorial. +You do not need any experience in these languages to run the tutorial. - To use SmartPy, a language similar to Python, see [Deploy a smart contract with SmartPy](./smartpy) - To use jsLIGO, a language similar to JavaScript and TypeScript, see [Deploy a smart contract with jsLIGO](./jsligo) From 81c6c73afc53c33138a85ffbfd9d482bb5d489b4 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 19 Sep 2023 12:09:30 -0400 Subject: [PATCH 2/2] testnets' public RPC endpoints --- .../tutorials/deploy-your-first-smart-contract/jsligo/index.md | 2 +- .../tutorials/deploy-your-first-smart-contract/ligo/index.md | 2 +- .../tutorials/deploy-your-first-smart-contract/smartpy/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/tutorials/deploy-your-first-smart-contract/jsligo/index.md b/src/pages/tutorials/deploy-your-first-smart-contract/jsligo/index.md index ed3176da8..3e03dbb28 100644 --- a/src/pages/tutorials/deploy-your-first-smart-contract/jsligo/index.md +++ b/src/pages/tutorials/deploy-your-first-smart-contract/jsligo/index.md @@ -100,7 +100,7 @@ Follow these steps to set your Octez client to use a testnet instead of the main 1. On , click the testnet to use, such as Ghostnet. -1. Copy the one of the testnet's public RPC endpoints, such as `https://rpc.ghostnet.teztnets.xyz`. +1. Copy the one of the testnets' public RPC endpoints, such as `https://rpc.ghostnet.teztnets.xyz`. 1. Set your Octez client to use this testnet by running this command on the command line, replacing the testnet RPC URL with the URL that you copied: diff --git a/src/pages/tutorials/deploy-your-first-smart-contract/ligo/index.md b/src/pages/tutorials/deploy-your-first-smart-contract/ligo/index.md index 549c10c8c..92c82ec2b 100644 --- a/src/pages/tutorials/deploy-your-first-smart-contract/ligo/index.md +++ b/src/pages/tutorials/deploy-your-first-smart-contract/ligo/index.md @@ -100,7 +100,7 @@ Follow these steps to set your Octez client to use a testnet instead of the main 1. On , click the testnet to use, such as Ghostnet. -1. Copy the one of the testnet's public RPC endpoints, such as `https://rpc.ghostnet.teztnets.xyz`. +1. Copy the one of the testnets' public RPC endpoints, such as `https://rpc.ghostnet.teztnets.xyz`. 1. Set your Octez client to use this testnet by running this command on the command line, replacing the testnet RPC URL with the URL that you copied: diff --git a/src/pages/tutorials/deploy-your-first-smart-contract/smartpy/index.md b/src/pages/tutorials/deploy-your-first-smart-contract/smartpy/index.md index d92784824..ecba52d86 100644 --- a/src/pages/tutorials/deploy-your-first-smart-contract/smartpy/index.md +++ b/src/pages/tutorials/deploy-your-first-smart-contract/smartpy/index.md @@ -141,7 +141,7 @@ Follow these steps to set your Octez client to use a testnet instead of the main 1. On , click the testnet to use, such as Ghostnet. -1. Copy the one of the testnet's public RPC endpoints, such as `https://rpc.ghostnet.teztnets.xyz`. +1. Copy the one of the testnets' public RPC endpoints, such as `https://rpc.ghostnet.teztnets.xyz`. 1. Set your Octez client to use this testnet by running this command on the command line, replacing the testnet RPC URL with the URL that you copied: