alif-gif / swis-baru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swisstronik Tesnet Techinal Task 4 (Mint a PERC20 Token)

link : Click!

Feel free donate to my EVM address

EVM :

0x9902C3A98Df4b240ad5496cC26F89bAb8058f4aE

Steps

1. Clone Repository

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

2. Install Dependency

npm install

3. Set .env File

create .env file in root project

PRIVATE_KEY="your private key"

4. Update Smart Contract (Skipp if you won't modify Token name)

  • Open contracts folder
  • Open PERC20Sample.sol file
  • Feel free to modify token name and token symbol

5. Compile Smart Contract

npm run compile

6. Deploy Smart Contract

npm run deploy

7. Mint Token

npm run mint

8. Transfer Token

npm run transfer

8. Finsihed

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

by : github : Mnuralim twitter : @Izzycracker04 telegram : @fitriay19

0xCd825ae0335190f4c8882DF16FB0577d478b3898

About


Languages

Language:Solidity 58.8%Language:TypeScript 41.2%