DCrypto-io / MultiSend_Webpage

0 stars 0 forks source link

Review Andrea's initial commit #1

Open shalin2001 opened 3 years ago

shalin2001 commented 3 years ago

https://github.com/2local/MultiSend_Webpage/commit/eea562c38b5d4f366640e33f58db0f8c36cca3db

  1. It seems be just for initial code base for testing. (There is not any real wallets)

  2. Code just includes ERC20, but as my understanding, we want to create Multi sender for BEP-20 tokens(Binance Smart Chain).

  3. Add detailed README so that we can know how to use/test this source.

andreasmarkovic712 commented 3 years ago
  1. There is no real wallets

    This smart contract has function to get multiple wallets as input variable, so addressed will be imported dynamically. No need to put all wallets inside the smart contract statically.

  2. Codes includes ERC20, but ....

    BSC network is running EVM and fully compatible with ERC20 standard. BEP20 is almost same with ERC20

  3. Add detail ...

    Detail Readme will be on frontend side, project is under development, only contract was done.