Task 1 DEPLOY A SIMPLE CONTRACT USING HARDHAT
- Create a repository on GitHub.
- Copy the code and save it as Task1.sh (or any name you prefer).
- Open Gitpod and paste your repository link.
- Run the code with: chmod +x Task1.sh ./Task1.sh
- Select JavaScript, then press enter, y, y.
- After everything is complete, push your files with: git add . && git commit -m "feat: initiated the project" && git push origin main.
- Submit your repository link to the Swisstronik website.
- Done!
Task 2 - 6
- Create a repository on GitHub.
- Copy the code and save it as Task2.sh (or any name you prefer).
- Open Gitpod and paste your repository link.
- Run the code with: chmod +x Task1.sh ./Task1.sh
- After everything is complete, push your files with: git add . && git commit -m "feat: initiated the project" && git push origin main.
- Submit your repository link to the Swisstronik website.
- Done!
Task3 MINT A ERC-721 TOKEN Run same Task 2 with new code Task3.sh