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

Add videos #51

Open
wants to merge 5 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
6 changes: 5 additions & 1 deletion docs/hub/Guides/import-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ Once the collection is imported, it will be visible on Hub, under the "Collectio

## Step 2: Transfer update authority

In order to mint tokens to the collection, transfer the collection's update authority to the Hub project treasury wallet. Transfer the update authority using the Metaboss `set-update-authority-all` command: https://metaboss.rs/set.html#set-update-authority.
In order to mint tokens to the collection, transfer the collection's update authority to the Hub project treasury wallet. Transfer the update authority using the Metaboss `set-update-authority-all` command: https://metaboss.rs/set.html#set-update-authority.

## Follow along

<iframe width="640" height="400" src="https://www.loom.com/embed/f738235295024bbbb1fef09d65de1467?sid=535401a4-436b-4707-a2c8-9ad1571c62fa" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
6 changes: 5 additions & 1 deletion docs/hub/Guides/transfer-out-of-hub-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,8 @@ mutation TransferAsset($input:TransferAssetInput!) {
}
```

Note that the API only supports transfering an NFT out of a Hub wallet. If a transfer is requested from an external wallet (even if the token was minted by Hub), Hub will return an error.
Note that the API only supports transfering an NFT out of a Hub wallet. If a transfer is requested from an external wallet (even if the token was minted by Hub), Hub will return an error.

## Follow along

<iframe width="640" height="400" src="https://www.loom.com/embed/981c9e56f9074b5ca1e4234012383c4e?sid=e776e345-47fd-4bbb-8df3-070729a18502" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
33 changes: 7 additions & 26 deletions docs/hub/developers/minting-drops.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,12 @@ This guide will walk you through minting a drop using Holaplex Hub.

You can try it out using our GraphiQL explorer: [https://api.holaplex.com/](https://api.holaplex.com/).

We'll assume you've already created an account in Hub and set up an organization, project, and drop. If you haven't, please take a look at ADDLINK.

<!-- This guide will walk you through the process of minting a drop on the Holaplex Hub platform using the provided GraphQL mutation -

```graphql
mutation MintNft($input: MintDropInput!) {
mintEdition(input: $input) {
collectionMint {
address
owner
}
}
}
``` -->
We'll assume you've already created an account in Hub and set up an organization, project, and drop. If you haven't, please take a look at our [Drops](../overview/drops) page.

## Step 1: Authenticate

All API calls need a header of the form
```
```json
{ "Authorization": "Your_API_Token" }
```

Expand All @@ -38,16 +25,6 @@ To get an API token:

&nbsp; c. Click "Generate token"

## Step 2: Create a customer and destination wallet

Each Hub token is minted *to* a specific customer and *into* a customer's wallet. Thus, the first step to mint a token is to create a customer and associated wallet where that token will be sent.

If you've already created a customer and customer wallet, skip to step N.

### Create a customer

Customers are assigned to a

## Minting a Drop

To mint a drop, you need to send the `mintEdition` mutation with the required input parameters.
Expand Down Expand Up @@ -124,7 +101,7 @@ Replace `ACCESS-TOKEN`, `DROP-ID`, and `RECIPIENT-WALLET-ADDRESS`
- `recipient`: The wallet address where the minted drop should be sent. This should be the address of the wallet created on the Holaplex Hub.

Note to find a customer's wallet address, perform the following query, e.g.:
```
```json
{
project(id:"a56e7745-37a2-40b7-9d25-d5c20b6fc137") {
name
Expand All @@ -144,6 +121,10 @@ Replace `ACCESS-TOKEN`, `PROJECT-ID`, and `CUSTOMER-ID`

After successfully minting the drop, you will receive a response containing the collection address and the owner wallet address. The collection address can be used to manage and query the drop on the Holaplex Hub platform.

## Follow along

<iframe width="640" height="400" src="https://www.loom.com/embed/733f29d4ffd0402b853f74604034d9cf?sid=5bea2de1-fd7c-40e5-af01-f011fa1b58a9" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

## Next Steps

After minting a drop, you can perform additional actions, such as querying the drop, etc. Check out the API docs to figure out what is possible!
Expand Down
2 changes: 1 addition & 1 deletion docs/hub/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Combining a year of experience working with Fortune 500 companies & big brands,

Thus, we've made sure that the NFT experience is smoother than ever before!

<iframe src="https://player.vimeo.com/video/806571448?h=ca5327a661&title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<iframe width="640" height="358" src="https://www.loom.com/embed/80f40ffcbebd43a3bf470ee104d66b90?sid=775d784c-f40f-4d19-a9f8-4921787e7c00" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

## Why use Hub?

Expand Down
6 changes: 5 additions & 1 deletion docs/hub/overview/drops.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,8 @@ And you're done! You've just set up a drop!
You should be able to see your drop on the Manage Drops screen now -
![Manage Drops Screen](./ListOfDrops.png)

To learn how to mint your drop, check out the Guides, below.
To learn how to mint your drop, check out the [Guides](../../category/guides), below.

## Follow along

<iframe width="640" height="400" src="https://www.loom.com/embed/c106cbd0f425431986c8819225eec3fd?sid=0fcd476c-85b8-483a-a2cd-679658a5c548" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>