Skip to content

Commit

Permalink
Small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ramijames committed Aug 28, 2023
1 parent 703b77c commit 37587ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/guides/Building Token Factories/firsttokenfactory.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Just to be absolutely clear, the expected flow for building a Token Factory is:
3. Calculate hashes
4. Push on-chain

Without the images already in situ, the metadata tool can not verify that they exist, nor can it create the unique hashes that identify them.
Without the images already uploaded to the correct location, the metadata tool can not verify that they exist, nor can it create the unique hashes that identify them.

::: warning

Expand Down Expand Up @@ -87,6 +87,6 @@ You should see a new transaction that shows that your new Token Factory has been

![](/images/token-factories/great_success.png)

We are glossing over a lot of functionality here, in the interest of getting yup up and running quickly. Later guides will cover some of the more advanced features that our NFT standard supports, including variants, authorized minters, and much more.
We are glossing over a lot of functionality here, in the interest of getting you up and running quickly. Later guides will cover some of the more advanced features that our NFT standard supports, including variants, authorized minters, and much more.

In the meantime, congratulations on creating your first Token Factory. **Now, let's go mint your first Uniq!**
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Now that you have your Token Factory up and running, you are free to mint some U

As with the Token Factory, there is some specific data that you must include in the command.

- `<YOUR UNIQ URI>` - The URI of the metadata either as a zip file, or targeting the `factory.json` file with a full path
- `<YOUR UNIQ URL>` - The URL of the metadata either as a zip file, or targeting the `X.json` file with a full path
- `<YOUR META HASH>` - The hash of the uniq, you can find this in `upload.json` in the `factory` block at the top

You can find these in the `upload.json` file and they will look something like this:
Expand Down

0 comments on commit 37587ae

Please sign in to comment.