From c46d2dc327b4dcf17026456c50fbb5e4d0ff2f92 Mon Sep 17 00:00:00 2001 From: crStiv Date: Fri, 20 Dec 2024 13:20:18 +0100 Subject: [PATCH 1/7] typo --- core-apps/infinity-swap/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-apps/infinity-swap/examples.md b/core-apps/infinity-swap/examples.md index 76cf90a..1d37eae 100644 --- a/core-apps/infinity-swap/examples.md +++ b/core-apps/infinity-swap/examples.md @@ -32,7 +32,7 @@ Bob may also set the bonding curve in which after every new buy, his offer is lo Chris wants to sell Sneaky Animals, without creating a wall on the floor price at the marketplace. He sets the pool to only sell NFTs and picks the ones he wants to sell. He can decide to sell all NFTs at the same price (with 0 delta). -Chris can also set the bonding curve to rise prices at each sell he makes. +Chris can also set the bonding curve to raise prices at each sell he makes. ### **From a user perspective (buy):** From d176c18cea462c63a0421392198a65a40ebdb16c Mon Sep 17 00:00:00 2001 From: crStiv Date: Fri, 20 Dec 2024 13:33:26 +0100 Subject: [PATCH 2/7] typo --- creator-tools/create-stargaze-multisig/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator-tools/create-stargaze-multisig/README.md b/creator-tools/create-stargaze-multisig/README.md index 2c6386d..2eae28e 100644 --- a/creator-tools/create-stargaze-multisig/README.md +++ b/creator-tools/create-stargaze-multisig/README.md @@ -6,6 +6,6 @@ description: How to Create a Multisig Wallet on Stargaze A multisig (_multiple signature_) wallet is a useful tool for teams to jointly manage operations such as project treasury management or collection contract actions on Stargaze. -In a multisig wallet, multiple signers are required to execute an action. This provides improved security compared to a single signature wallet and on-chain transparency on team decisionmaking by recording how signers vote on a given action. +In a multisig wallet, multiple signers are required to execute an action. This provides improved security compared to a single signature wallet and on-chain transparency on team decision-making by recording how signers vote on a given action. There are several options for creating a multisig on Stargaze including Keplr, DAO DAO, and CLI. The following pages describe how create a multisig using each option. From e6f3803dc71c3a744ec07222b7c68610ff737934 Mon Sep 17 00:00:00 2001 From: crStiv Date: Fri, 20 Dec 2024 13:34:31 +0100 Subject: [PATCH 3/7] typo --- .../create-stargaze-multisig/create-a-multisig-using-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator-tools/create-stargaze-multisig/create-a-multisig-using-cli.md b/creator-tools/create-stargaze-multisig/create-a-multisig-using-cli.md index 1183b2d..aac1e48 100644 --- a/creator-tools/create-stargaze-multisig/create-a-multisig-using-cli.md +++ b/creator-tools/create-stargaze-multisig/create-a-multisig-using-cli.md @@ -120,7 +120,7 @@ This will not submit the transaction to the chain, but rather generate a JSON fi starsd tx bank send $(starsd keys multisig -a) stars123408DestinationAddress 10000000ustarx --generate-only > tx.json ``` -Everyone should take that `tx.json` file and sign it on their own machines with their private keys. The both specify the address of the multisig account using the `--multisig` flag. +Everyone should take that `tx.json` file and sign it on their own machines with their private keys. They both specify the address of the multisig account using the `--multisig` flag. You: From fa743f159544fc58b67ebe559282baa850878f23 Mon Sep 17 00:00:00 2001 From: crStiv Date: Fri, 20 Dec 2024 13:41:03 +0100 Subject: [PATCH 4/7] typos --- .../creating-a-1-1-collection/upload-assets-and-metadata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-1-1-collection/upload-assets-and-metadata.md b/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-1-1-collection/upload-assets-and-metadata.md index fa1e882..c6e9398 100644 --- a/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-1-1-collection/upload-assets-and-metadata.md +++ b/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-1-1-collection/upload-assets-and-metadata.md @@ -128,7 +128,7 @@ Notice that \*\*\*\* the **image** key value is missing, which is needed while u #### Update Metadata -Stargaze Studio lets you update the metadata through the interface. Simply click on one of your assets after uploading the metadata files. **For Open/Limited Edition collections based on a single asset, many users will fine it easier to simply add their metadata through Studio UI.** +Stargaze Studio lets you update the metadata through the interface. Simply click on one of your assets after uploading the metadata files. **For Open/Limited Edition collections based on a single asset, many users will find it easier to simply add their metadata through Studio UI.**
@@ -136,7 +136,7 @@ If you have successfully uploaded assets and metadata, you can skip the rest of ### 2) Use an Existing Base URI -There are many storage providers where you can upload assets to IPFS and obstain a base URI link to use in Stargase Studio. Some options are [Pinata](https://www.pinata.cloud), [web3 Storage](https://web3.storage), and [Filebase](https://filebase.com). +There are many storage providers where you can upload assets to IPFS and obtain a base URI link to use in Stargase Studio. Some options are [Pinata](https://www.pinata.cloud), [web3 Storage](https://web3.storage), and [Filebase](https://filebase.com).
From b89c6bff5eeae6ff3bab13651375fe3956b54b84 Mon Sep 17 00:00:00 2001 From: crStiv Date: Fri, 20 Dec 2024 13:41:53 +0100 Subject: [PATCH 5/7] typo --- .../creating-a-burn-to-mint-collection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-burn-to-mint-collection/README.md b/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-burn-to-mint-collection/README.md index 9840752..71252c0 100644 --- a/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-burn-to-mint-collection/README.md +++ b/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-burn-to-mint-collection/README.md @@ -8,7 +8,7 @@ This guide will cover all the steps of creating a Burn to mint Collection on Sta

The Burn to Mint collection configuration page.

-A Burn to Mint Collection is a collection of up to 10,000 unique NFTs the utilizes the Stargaze burn to mint function alongside the randomized minter. Instead of accepting fungible tokens like STARS or ATOM to mint, Burn to Mint collections **require an existing NFT to be burned in order to mint**.\ +A Burn to Mint Collection is a collection of up to 10,000 unique NFTs that utilizes the Stargaze burn to mint function alongside the randomized minter. Instead of accepting fungible tokens like STARS or ATOM to mint, Burn to Mint collections **require an existing NFT to be burned in order to mint**.\ \ When creating the collection, the creator selects which collections are eligible to participate in the burn process and the user selects NFTs from those collections to burn when participating in the mint. From 8646319d4165450a77fdebe119c8960ab9995972 Mon Sep 17 00:00:00 2001 From: crStiv Date: Fri, 20 Dec 2024 13:42:35 +0100 Subject: [PATCH 6/7] typo --- .../upload-assets-and-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-burn-to-mint-collection/upload-assets-and-metadata.md b/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-burn-to-mint-collection/upload-assets-and-metadata.md index 19093d7..29968bf 100644 --- a/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-burn-to-mint-collection/upload-assets-and-metadata.md +++ b/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-burn-to-mint-collection/upload-assets-and-metadata.md @@ -145,7 +145,7 @@ If you have successfully uploaded assets and metadata, you can skip the rest of ### 2) Use an Existing Base URI -There are many storage providers where you can upload assets to IPFS and obstain a base URI link to use in Stargase Studio. Some options are [Pinata](https://www.pinata.cloud), [web3 Storage](https://web3.storage), and [Filebase](https://filebase.com). +There are many storage providers where you can upload assets to IPFS and obtain a base URI link to use in Stargase Studio. Some options are [Pinata](https://www.pinata.cloud), [web3 Storage](https://web3.storage), and [Filebase](https://filebase.com).
From 97ab3e5bf1c61348aa5815b37d792b29f940f513 Mon Sep 17 00:00:00 2001 From: crStiv Date: Fri, 20 Dec 2024 13:43:33 +0100 Subject: [PATCH 7/7] typo --- .../upload-assets-and-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-standard-collection/upload-assets-and-metadata.md b/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-standard-collection/upload-assets-and-metadata.md index 19093d7..29968bf 100644 --- a/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-standard-collection/upload-assets-and-metadata.md +++ b/creator-tools/stargaze-studio/create-an-nft-collection/creating-a-standard-collection/upload-assets-and-metadata.md @@ -145,7 +145,7 @@ If you have successfully uploaded assets and metadata, you can skip the rest of ### 2) Use an Existing Base URI -There are many storage providers where you can upload assets to IPFS and obstain a base URI link to use in Stargase Studio. Some options are [Pinata](https://www.pinata.cloud), [web3 Storage](https://web3.storage), and [Filebase](https://filebase.com). +There are many storage providers where you can upload assets to IPFS and obtain a base URI link to use in Stargase Studio. Some options are [Pinata](https://www.pinata.cloud), [web3 Storage](https://web3.storage), and [Filebase](https://filebase.com).