Guides
⚠️ Important Security WarningDo Not Commit Sensitive Information
When working with the project, ensure you do not commit any sensitive information. This includes, but is not limited to:
Seed phrases
Private keys
Passwords
API keys
Personal identification information
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
.gitignore
files and environment variables to protect sensitive data.
Below you can find different guides how you can develop your dApps on Swisstronik Network
How to deploy contract using Hardhat – describes how you can deploy your smart contract using Hardhat
How to deploy contract using Remix – describes how you can deploy your smart contract using Remix IDE
Interaction with PERC20 – describes how to interact with smart contracts through shielded transactions using PERC20 as a sample
Last updated