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

Small typos #64

Merged
merged 1 commit into from
Aug 28, 2023
Merged
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
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