- Dashboard: https://www.swisstronik.com/testnet2/dashboard
- Faucet: https://faucet.testnet.swisstronik.com/
-
setup your repository:
- Create a repository on GitHub.
- Copy the code and save it as name.sh (or any name you prefer).
- Open Gitpod and paste your repository link.
-
Run the Setup Script:
chmod +x name.sh && ./name.sh
-
Follow the Prompts:
- Choose JavaScript when prompted.
- Use the default directory (just press Enter).
- Press y to confirm any prompts.
-
After everything is complete push your files with:
git add . && git commit -m "feat: initiated the project" && git push origin main