> For the complete documentation index, see [llms.txt](https://docs.degenlab.io/gamefistacks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degenlab.io/gamefistacks/workshop/nft-web-app-integration/prerequirements.md).

# Prerequirements

##

## Event Sign Up

{% embed url="<https://blocksurvey.io/survey/t/77d8bf0b-bf83-447d-948b-a75ead61170b/r/c>" %}

## Event link

{% embed url="<https://community.stacks.org/events#event=75041718;instance=20221130160000?popup=1>" %}

{% hint style="info" %}

## Claim your NFT

<https://create.gamma.io/collection/workshop-nfts-integration>&#x20;
{% endhint %}

{% hint style="success" %}

### Official Smart Contract:

[SP1SCEXE6PMGPAC6B4N5P2MDKX8V4GF9QDE1FNNGJ.workshop-nfts-integration](https://explorer.stacks.co/txid/0x6bbd61bf8a7de529dcfc97e4d7045aca003e24c25d1a5c98eb53a061280e2e03?chain=mainnet)
{% endhint %}

## Software installation - IDE, Clarinet & Node

### Hiro Wallet

{% embed url="<https://wallet.hiro.so/wallet/install-web>" %}

### Visual Studio Code

{% embed url="<https://code.visualstudio.com/Download>" %}

### Clarinet Extension for Visual Studio Code

{% embed url="<https://marketplace.visualstudio.com/items?itemName=HiroSystems.clarity-lsp>" %}

### Install Clarinet

{% embed url="<https://docs.hiro.so/smart-contracts/clarinet>" %}

### Node install LTS

{% embed url="<https://nodejs.org/en/download/>" %}

### Git install - project access including all the workshop live modules&#x20;

{% embed url="<https://git-scm.com/>" %}

### Prettier Extension - install from Visual Studio Code

Go to extensions. Type `prettier`. Install the one with more than 26 million downloads.

<figure><img src="/files/QbdIP4Rj1fG55p4I2nSD" alt=""><figcaption></figcaption></figure>

## Set Up Online Pinata Account&#x20;

#### Will be used for decentralized storage&#x20;

### Sign Up at <https://www.pinata.cloud/>

![](/files/Vzn0r3ZV7komT08bwbM2)

### Confirm Code from mail

![](/files/yuTXL7YJbrFgwmv3d6Vm)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.degenlab.io/gamefistacks/workshop/nft-web-app-integration/prerequirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
