# Pinata

Currently, the Rawrshak (Alpha release) is using IPFS to store the Meta Asset's metadata files. The reason that we are using IPFS instead of Arweave is because TheGraph, as of December 2021, does not yet support reading JSON files from Arweave. Our subgraphs read and process an asset's metadata in order to build a richer data set.&#x20;

We therefore require a Pinata account when creating Content Contracts and Meta Assets in the Developer Dapp. The plan is to eventually store all metadata on Arweave when The Graph <> Arweave integration is released.&#x20;

In the meantime, please use this tutorial to create and use the Pinata account for IPFS.

#### Requirements:

* Email

#### 1. Register for a [Pinata ](https://docs.rawrshak.io/tutorials/developer/setup/www.pinata.cloud)Account

![Go to Pinata: www.pinata.cloud](/files/CajvDYBLjs2ZwSfPY6hM)

![Register for Pinata](/files/XMyabkjWmh80fbfEizL7)

{% hint style="info" %}
Pinata gives you 1GB free of pinning service which is more than enough for uploading asset metadata at about 200 bytes to 2kb per metadata file.
{% endhint %}

#### 2. Create an API Key

In the profile button on the top right, open the dropdown menu and select *API Keys.*

![API Keys](/files/JqN6kAt4hfUpRxdxQwds)

#### 3. Set the API Key Settings and click Create

Set "Admin" to true and set Key Name.

![Set API Key Settings](/files/JbPIT31fsqMRpQFSqfXT)

#### 4. Copy newly generated Pinata API Key somewhere safe

![Click "Copy All" and paste the keys somewhere safe.](/files/FFuPTFdlgVdfh5OnMtMb)

The **API Key** and **API Secret** will be used in the Rawrshak app. Please keep these items safe. They will not be accessible after you click "Done".

#### 5. \[Optional] Revoking API Key Access

If your API Keys become compromised, you can simply Revoke access to these keys.&#x20;

![Revoking Access](/files/BDd67XQHfbA3IBIovH3X)

![Revoke Key](/files/LV5z62itufSlmSg8kPmy)

#### Go to the next tutorial to learn how to download and set up Unity.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rawrshak.io/tutorials/developer/setup/pinata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
