Bitera Faucet

Send DAIs from the Ropsten Ethereum Network to your wallet

Demo

Live version can be found here

alt text

Development

Web App

  • Start development server npm run dev
  • Make production build npm run build
  • Linter npm run lint

EVM

  • EVM npx buidler node
  • Deploying SC to localhost EVM (local Ethereum network) node npx buidler run scripts/dai-deploy.js --network localhost
  • Deploying SC to ropsten npx buidler run scripts/dai-deploy.js --network ropsten
  • Compile SC npx buidler compile
  • Test SC npx buidler test
  • Buidler built-in JavaScript console $ npx buidler console

Features backlog

  • Add error handling
  • Replace Web3 with Ethers
  • Add notifications
  • Add connect/disconnect
  • Persist account in localStorage
  • [] Improve notifications styles
  • [] Add WalletConnect integration