๐‚๐ซ๐ฒ๐ฉ๐ญ๐จ ๐๐ซ๐จ๐ญ๐จ๐œ๐จ๐ฅ ๐ˆ๐ƒ | ๐€๐ข๐ซ๐๐ซ๐จ๐ฉ
11K subscribers
29K photos
241 videos
177 files
32.4K links
Updates Alpha Seputar Crypto Airdrop, Testnet, Memes.

Business & Advertising DM : @TriPratamaXYZ
Download Telegram
๐‚๐ซ๐ฒ๐ฉ๐ญ๐จ ๐๐ซ๐จ๐ญ๐จ๐œ๐จ๐ฅ ๐ˆ๐ƒ | ๐€๐ข๐ซ๐๐ซ๐จ๐ฉ
๐Ÿ”ดSWISTRONIK TESTNET๐Ÿ”ด ๐ŸงงReward Confirm ๐Ÿ‘‰ Join Discord First : HERE ๐Ÿ‘‰ Wallet : Metamask ๐Ÿ‘‰ Network : Swistronik ๐Ÿ‘‰ Faucet : https://faucet.testnet.swisstronik.com/ ๐Ÿ‘‰ Testnet Link : HERE โž– Connect Wallet โž– Complete Task โž– Done Note : The rewards in the Swisstronikโ€ฆ
Tutorial Video : https://youtu.be/VOpEaJqmyBo?si=jaJ2_quE7tSxRexc

# Swisstronik Tesnet Techinal Task 1


link : https://www.swisstronik.com/testnet2/dashboard



## Steps

### 1. Clone Repository

git clone https://github.com/Mnuralim/hardhat-deploy-contract.git



cd hardhat-deploy-contract



### 2. Install Dependency

npm install



### 3. Set .env File

create .env file in root project

PRIVATE_KEY="your private key"



### 4. Create Smart Contract

- Open contract folder
- Create Hello_swtr.sol file
- Copy this code and paste there

/// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.19;

//This contract is only intended for testing purposes

contract Swisstronik {
string private message;

/**
* @dev Constructor is used to set the initial message for the contract
* @param _message the message to associate with the message variable.
*/
constructor(string memory _message) payable{
message = _message;
}

/**
* @dev setMessage() updates the stored message in the contract
* @param _message the new message to replace the existing one
*/
function setMessage(string memory _message) public {
message = _message;
}

/**
* @dev getMessage() retrieves the currently stored message in the contract
* @return The message associated with the contract
*/
function getMessage() public view returns(string memory){
return message;
}
}



### 5. Compile Smart Contract

npm run compile



### 6. Deploy Smart Contract

npm run deploy



### 7. Get Message

npm run get-message



### 8. Get Message

npm run set-message



### 9. Finsihed

- Open the deployed-adddress.ts (location in utils folder)
- Copy the address and paste the address in testnet dashboard
- push this project to your github and paste your repository link in testnet dashboard



# Swisstronik Tesnet Techinal Task 2


## Steps

### 1. Clone Repository

git clone https://github.com/Mnuralim/swisstronik-erc20-mint-token.git



cd swisstronik-erc20-mint-token


### 2. Install Dependency

npm install



### 3. Set .env File

create .env file in root project

PRIVATE_KEY="your private key"



### 4. Create Smart Contract

- Open contract folder
- Create Token.sol file
- Copy this code and paste there
- Feel free to modify token name and token symbol

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";

contract TestToken is ERC20 {
constructor()ERC20("IzzyToken","IZZY"){}

function mint1000tokens() public {
_mint(msg.sender,1000*10**18);
}

function burn1000tokens() public{
_burn(msg.sender,1000*10**18);
}

}



### 5. Compile Smart Contract

npm run compile



### 6. Deploy Smart Contract

npm run deploy



### 7. Mint Token

npm run mint



### 8. Check Supply

npm run check-supply



### 9. Check Balance

npm run balance-of



### 10. Tranfer Token

npm run transfer



### 11. Finsihed

- Open the deployed-adddress.ts (location in utils folder)
- Copy the address and paste the address in testnet dashboard
- push this project to your github and paste your repository link in testnet dashboard
๐Ÿ‘4๐Ÿ”ฅ2๐Ÿณ2
Meme kontes $AVAIL di Flipster๐Ÿค‘

Syarat post:
- #AVAILonFlipster + FlipsterID (harus benar kapital, kl salah ga elig)
- Wajib regis & KYC
- Post di @KomunitasFlipster

Hadiah:
15 USD Bonus masing-masing untuk 5 pemenang.

Periode:
- Start: 24 Juli 2024, 19.15 WIB
- End: 28 Juli 2024, 12.00 WIB

Post meme yang paling lucu yaaaa! ๐Ÿ˜Š๐Ÿฅฐ