Skip to content

Commit

Permalink
Merge pull request #552 from hirosystems/updates/copy-changes
Browse files Browse the repository at this point in the history
updates/copy changes
  • Loading branch information
ryanwaits authored Oct 25, 2023
2 parents 1e2b6f7 + 4457452 commit b23e347
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions docs/build-apps/data-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Data storage provides a way for users to save both public and private data off-c

Storing data off the Stacks blockchain ensures that apps can provide users with high performance and high availability for data reads and writes without the involvement of centralized parties that could compromise their privacy or accessibility.

See the To-dos app tutorial for a concrete example of this feature in practice.

## Install dependencies

The following dependencies must be installed:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ id: tutorials
title: Tutorials
---

The tutorials listed on this page provide real-world examples of developing Clarity contracts using Hiro developer tools. The primary development environment for Clarity is [Clarinet](https://github.com/hirosystems/clarinet), a comprehensive app for building and testing Clarity smart contracts. The provided tutorials are focused on getting a local development environment up and running, and exercising various features of Clarinet.
The tutorials listed on this page provide real-world examples of developing Clarity contracts using Hiro developer tools. The primary development environment for Clarity is [Clarinet](https://github.com/hirosystems/clarinet), a comprehensive app for building and testing Clarity smart contracts. The provided tutorials are focused on getting a local development environment up and running and exercising various features of Clarinet.

For resources on learning the Clarity language, see the [Stacks ecosystem documentation](https://docs.stacks.co) and [Clarity Universe](https://stacks.org/clarity-universe).
8 changes: 4 additions & 4 deletions docs/tutorials/amazon-ec2-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ title: Deploying Gaia Hub on Amazon EC2

The template provided on this page provides an easy way to deploy a Gaia hub directly to Amazon EC2. You can use this
template to deploy your own Gaia hub to your Amazon Web Services (AWS) account. Amazon EC2 is an affordable and
convenient cloud computing provider. The template provides a one-click deploy for Amazon EC2 with either S3 or EBS as a
convenient cloud computing provider. The template provides a one-click deployment for Amazon EC2 with either S3 or EBS as a
storage provider.

## Prerequisites

This procedure uses Amazon CloudFormation to configure an EC2 cloud compute provider to run the Gaia hub service with
This procedure uses Amazon CloudFormation to configure an EC2 cloud computing provider to run the Gaia hub service with
an S3 or EBS provider for file storage. You should have access to an AWS account either through your personal account or
through a corporate account. This account should have permissions to create resources.

Additionally, you must also own a domain name and be able to update the DNS records associated with that domain name.
The procedure on this page uses a free domain created on [freenom][], generically the procedure used
is similar on other domain name providers.
The procedure on this page uses a free domain created on [freenom][https://www.freenom.com], generically the procedure used
is similar to other domain name providers.

## Launching the template

Expand Down

1 comment on commit b23e347

@vercel
Copy link

@vercel vercel bot commented on b23e347 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.