> For the complete documentation index, see [llms.txt](https://docs.wardenswap.finance/warden/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wardenswap.finance/warden/wardenswap-sdk/testing.md).

# Testing

Our SDK does not offer the testnet environment for testing. However, you can utilize Tenderly for testing in the simulated fork from mainnet.

### How to Test?

1. Register [Tenderly](https://tenderly.co/) and follow the instruction on creating a fork in the document here: <https://docs.tenderly.co/simulations-and-forks/how-to-create-a-fork>&#x20;

![Choose BSC or target chain as the Network to fork](/files/G1NcLHzTZ0DIKEEEBAyg)

2\. Configure the RPC URL to Metamask. Read more here: <https://www.notion.so/Metamask-Tenderly-14528949e83c42f4b24b6e0a44a6badf>

![](/files/DtqZs3pHT7alXooNjuGM)

Use the URL below for the RPC, replace {{forkID}} with your fork ID from the URL.

```
https://rpc.tenderly.co/fork/{{forkID}}
```

3\. Switch Metamask Network to your configured Tenderly. Make a transaction and the result will appear in the Tenderly forked transaction page. (Not bscscan)&#x20;

{% hint style="success" %}
With Tenderly, you can use metamask to perform a simulated transaction without losing any actual tokens.
{% endhint %}

&#x20;
