Swisstronic-Script

Task 1 : Simple Contract Deployment Script

  • First, open Gitpod
  • Click on ur potfile dp in the corner
  • Click on 'User Settings' - Git Provider
  • Here in the github section u will see ur authorised github account username
  • Click on the 3 dot in the end of Github and then Click on Edit Permission
  • Enable public_repo option then click on Update Permissions

  • Now go to `Github
  • Create a repository and name it Swisstronik 1 and copy the repository link and save it somewhere
  • Make sure you are creating this repository from the github account which is authorised to Gitpod

  • Now go back to Gitpod
  • Paste your copied Github Repository link and configure
  • Make sure to request $SWTR Faucet from this site
  • Paste the below command in terminal
wget https://raw.githubusercontent.com/dxzenith/Swisstronic-Script/main/simple-contract.sh && chmod +x simple-contract.sh && ./simple-contract.sh
  • Now visit Testnet Website to submit your deployed Contract address and Github Repository Link

Task 2 : Minting ERC20 Token Script

  • First, open Gitpod
  • Click on ur potfile dp in the corner
  • Click on User Settings - Git Provider
  • Here in the github section u will see ur authorised github account username
  • Click on the 3 dot in the end of Github and then Click on Edit Permission
  • Enable public_repo option then click on Update Permissions

  • Now go to `Github
  • Create a repository and name it Swisstronik 2 and copy the repository link and save it somewhere
  • Make sure you are creating this repository from the github account which is authorised to Gitpod

  • Now go back to Gitpod
  • Paste your copied Github Repository link and configure
  • Make sure to request $SWTR Faucet from this site
  • Paste the below command in terminal
wget https://raw.githubusercontent.com/dxzenith/Swisstronic-Script/main/erc20-token.sh && chmod +x erc20-token.sh && ./erc20-token.sh
  • Now visit Testnet Website to submit your Token Contract address, Transfer Hash and Github Repository Link

Task 3 : Minting ERC721 Token Script

  • First, open Gitpod
  • Click on ur potfile dp in the corner
  • Click on User Settings - Git Provider
  • Here in the github section u will see ur authorised github account username
  • Click on the 3 dot in the end of Github and then Click on Edit Permission
  • Enable public_repo option then click on Update Permissions

  • Now go to `Github
  • Create a repository and name it Swisstronik 3 and copy the repository link and save it somewhere
  • Make sure you are creating this repository from the github account which is authorised to Gitpod

  • Now go back to Gitpod
  • Paste your copied Github Repository link and configure
  • Make sure to request $SWTR Faucet from this site
  • Paste the below command in terminal
wget https://raw.githubusercontent.com/dxzenith/Swisstronic-Script/main/erc721-nft.sh && chmod +x erc721-nft.sh && ./erc721-nft.sh
  • Now visit Testnet Website to submit your Token NFT Contract address, Minting Hash URL and Github Repository Link