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

# Guides

> ### <mark style="color:orange;">⚠️ Important Security Warning</mark>
>
> <mark style="color:orange;">**Do Not Commit Sensitive Information**</mark>
>
> <mark style="color:orange;">**When working with the project, ensure you do not commit any sensitive information. This includes, but is not limited to:**</mark>
>
> * <mark style="color:orange;">**Seed phrases**</mark>
> * <mark style="color:orange;">**Private keys**</mark>
> * <mark style="color:orange;">**Passwords**</mark>
> * <mark style="color:orange;">**API keys**</mark>
> * <mark style="color:orange;">**Personal identification information**</mark>
>
> <mark style="color:orange;">**Accidentally committing such information can lead to severe security risks, including unauthorized access to accounts and loss of funds. Always double-check your code and configurations before committing. Use**</mark><mark style="color:orange;">**&#x20;**</mark><mark style="color:orange;">**`.gitignore`**</mark><mark style="color:orange;">**&#x20;**</mark><mark style="color:orange;">**files and environment variables to protect sensitive data.**</mark>

Below you can find different guides how you can develop your dApps on Swisstronik Network

[**How to deploy contract using Hardhat**](/swisstronik-docs/development/guides/contract-deployment-hardhat.md) – describes how you can deploy your smart contract using Hardhat&#x20;

[**How to deploy contract using Remix**](/swisstronik-docs/development/guides/contract-deployment-remix-ide.md) – describes how you can deploy your smart contract using Remix IDE

[**Interaction with PERC20**](/swisstronik-docs/development/guides/deployment-and-interaction-perc-20.md) – describes how to interact with smart contracts through shielded transactions using PERC20 as a sample
