> For the complete documentation index, see [llms.txt](https://liqnft.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liqnft.gitbook.io/docs/sdk-for-developers/solana/testing-your-shop.md).

# Testing Your Shop

You can try out your shop through our [demo site](https://master.d22tqykss69onq.amplifyapp.com/).

On the site, click the **Config** button on the top right and enter the params from your [admin panel](https://www.candyshop.space/shop) to see what your shop looks like.&#x20;

Once entered, click **OK** and you should be connected to your shop. You can use the demo site to explore the features and UI components Candy Shop provides.

<figure><img src="/files/z7B4JcaHACDB8qhqDmfQ" alt=""><figcaption><p>Config button on the top right corner</p></figcaption></figure>

<figure><img src="/files/jZNbTWgpqloVoYIrABy4" alt=""><figcaption><p>Configure connection to your shop</p></figcaption></figure>

Note: We have upgraded the Candy Shop program from V1 to V2 (commit [here](https://github.com/LIQNFT/candy-shop/commit/68a9d8af034c74cc1d62c7d26db7af5e1a01ec30)). The demo site connects to Candy Shop V2 by default. If you wish to connect to Candy Shop V1, please use the following parameters:

```
candyShopCreatorAddress: "Fo2cXie4UwreZi7LHMpnsyVPvzuo4FMwAVbSUYQsmbsh"
treasuryMint: "So11111111111111111111111111111111111111112"
candyShopProgramId: "csa8JpYfKSZajP7JzxnJipUL3qagub1z29hLvp578iN"
```
