Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: multiple typos of different importance #35

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core-apps/infinity-swap/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):**

Expand Down
2 changes: 1 addition & 1 deletion creator-tools/create-stargaze-multisig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ 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.**

<figure><img src="../../../../.gitbook/assets/image (60).png" alt=""><figcaption></figcaption></figure>

If you have successfully uploaded assets and metadata, you can skip the rest of this page and proceed to the [Configure Collection Details: 1/1 Collection](configure-collection-and-minting-details.md) page.

### 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).

<figure><img src="../../../../.gitbook/assets/image (57).png" alt=""><figcaption></figcaption></figure>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide will cover all the steps of creating a Burn to mint Collection on Sta

<figure><img src="../../../../.gitbook/assets/image.png" alt=""><figcaption><p>The Burn to Mint collection configuration page.</p></figcaption></figure>

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<figure><img src="../../../../.gitbook/assets/image (57).png" alt=""><figcaption></figcaption></figure>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<figure><img src="../../../../.gitbook/assets/image (57).png" alt=""><figcaption></figcaption></figure>

Expand Down