ganadara135 / airdropFront

airdrop 용 클라이언트 부분

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decentrilized app for ERC20/ERC223 token airdrop

With this app, you can transfer your token until to 150 addresses at once, simple UI, configurations and features.

How to run the project:

  • Clone this repo
  • Open ./src/Airdrop.sol
  • Change the token contract address with your existing token contract address (line 8)
  • Deploy the contract using remix (I prefer the 2nd one)
  • Allow to airdrop contract address to spend the X your tokens
  • Go to ./src/script and edit the lines N 5,10,11,12 related to your addresses
  • Install node/npm if not installed
  • Go to ./ and run "npm start"
  • Open the browser and type localhost:3000
  • Enjoy

If it helps you dont forget add the "Star" to the repo, thanks.

Screenshots

alt text

Docker 실행 방법

열어주는 포트 9545, 8545, 7545, 3000, 3001

docker run -it -p 9545:9545 -p 8545:8545 -p 7545:7545 -p 3000:3000 -p 3001:3001 --volume=$(pwd):/basic/ --name basic -d node

포트 3009 // 에어드랍용

docker run -it -p 3009:3009 --volume=$(pwd):/airdrop/ --name airdrop --link king -d node

About

airdrop 용 클라이언트 부분


Languages

Language:JavaScript 88.6%Language:HTML 11.4%