/ETHClaim

Primary LanguageHTML

Step 1: Deploy aidrop contract

  1. Deply contract at contracts/TxHistory.sol
  2. Fund it
  3. Paste address at client/index.html
  4. Also paste address at backend/.env

Step 2: Setup the backend

  1. Setup the rest of the .env variables
  2. cd backend
  3. npm install ethers express ethereumjs-util dotenv cors
  4. node start.js