Skip to content

Commit 027bd2f

Browse files
docs: smart contracts leftovers (#682)
* docs: smart contracts leftovers Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * πŸ“„ Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a7b0d1e commit 027bd2f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.llms-snapshots/llms-full.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ This enables:
270270

271271
* A development experience that mirrors mainnet, helping you build with confidence
272272
* A smooth dev loop, from prototype to deployment
273-
* A unique way to build, debug, and validate smart contract logic and frontend behavior β€” all in one place
273+
* A unique way to build, debug, and validate serverless functions logic and frontend behavior β€” all in one place
274274

275275
![A screenshot of the DEV Console UI login screen](/assets/images/login-22bd49b1624f8c4c89c5c1e33b2fc70c.png)
276276

β€Ž.llms-snapshots/llms.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Juno is your self-contained serverless platform for building full-stack web apps
77
- [Introduction to Juno](https://juno.build/docs/intro.md): Explore Juno's serverless functions, hosting, and data capabilities. Start building with Juno today β€” no DevOps, no setup friction.
88
- [Start a New Project](https://juno.build/docs/start-a-new-project.md): Build a full-stack app with Juno β€” whether you're using a template, starting from scratch, or adding it to an existing project.
99
- [Setup the SDK](https://juno.build/docs/setup-the-sdk.md): Connect your web app to a Juno Satellite to unlock features like auth, data, storage, and functions. This guide shows how to set up the SDK with or without build plugins.
10-
- [Run your project locally](https://juno.build/docs/guides/local-development.md): Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and smart contract support.
10+
- [Run your project locally](https://juno.build/docs/guides/local-development.md): Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and all the containers.
1111
- [Deploy with a Satellite](https://juno.build/docs/create-a-satellite.md): A quick guide to creating a Satellite on Juno in production β€” the container that powers your app.
1212

1313
## Build - Analytics

β€Ždocs/guides/local-development.mdxβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: local-development
33
title: Local Development
4-
description: Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and smart contract support.
4+
description: Run a full local development environment with the Juno emulator using Docker or Podman, complete with Console UI, live reload, and all the containers.
55
---
66

77
# Local Development
@@ -27,7 +27,7 @@ This enables:
2727

2828
- A development experience that mirrors mainnet, helping you build with confidence
2929
- A smooth dev loop, from prototype to deployment
30-
- A unique way to build, debug, and validate smart contract logic and frontend behavior β€” all in one place
30+
- A unique way to build, debug, and validate serverless functions logic and frontend behavior β€” all in one place
3131

3232
![A screenshot of the DEV Console UI login screen](../img/dev-console/login.png)
3333

0 commit comments

Comments
Β (0)