From 5c6f22db658f8af2d76a704d046498e454ed2340 Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:48:05 -0500 Subject: [PATCH] Check in prettier updates --- docs/getting-started/deploy-incrementor.mdx | 1 + docs/getting-started/hello-world.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/getting-started/deploy-incrementor.mdx b/docs/getting-started/deploy-incrementor.mdx index 08f53a71..6860c80f 100644 --- a/docs/getting-started/deploy-incrementor.mdx +++ b/docs/getting-started/deploy-incrementor.mdx @@ -194,6 +194,7 @@ Let's reinstall the dependencies. Remember that `npm i` will also run our `posti ```bash npm i ``` + Now let's create a new Astro component called `Counter.astro`, where we'll import and use our newly generated `incrementor-client`. Create a new file at `src/components/Counter.astro` with the following contents: ```html title="src/components/Counter.astro" diff --git a/docs/getting-started/hello-world.mdx b/docs/getting-started/hello-world.mdx index 78c2a0e6..654e7198 100644 --- a/docs/getting-started/hello-world.mdx +++ b/docs/getting-started/hello-world.mdx @@ -345,6 +345,7 @@ Building optimized contracts is only necessary when deploying to a network with ## Summary In this section we: + - initialized a frontend Astro project - set up a Rust workspace that is capable of managing multiple Soroban contracts - reviewed a simple contract that can be deployed to a Soroban network