# Testing Guide

Learn how to **deploy the Superfluid Framework locally** and **mint fake Super Tokens** to get set with your testing.

{% hint style="info" %}
💡 These examples reference the MoneyRouter contract which is covered in detail in [this video](https://www.youtube.com/watch?v=1mwbYQ429IU\&t=244s) on money streaming in solidity.
{% endhint %}

#### But what about truffle/brownie/other environments?

We have a legacy truffle example that you can find [here](https://github.com/superfluid-finance/protocol-monorepo/blob/chainshot/examples/archive/tradeable-cashflow-truffle/test/TradeableCashflow.test.js). It is very similar to the Hardhat example above, but with some minor differences in terms of imports & scripts used for framework deployment.

A brownie/python example is in the works. Stay tuned (:

If you have any questions on how to set up your tests for a Superfluid project, please contact us in Discord.&#x20;

{% embed url="<https://discord.superfluid.finance>" %}


---

# 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://superfluid.gitbook.io/superfluid/developers/testing-guide.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.
