Open shalin2001 opened 3 years ago
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.
BSC network is running EVM and fully compatible with ERC20 standard. BEP20 is almost same with ERC20
Detail Readme will be on frontend side, project is under development, only contract was done.
https://github.com/2local/MultiSend_Webpage/commit/eea562c38b5d4f366640e33f58db0f8c36cca3db
It seems be just for initial code base for testing. (There is not any real wallets)
Code just includes ERC20, but as my understanding, we want to create Multi sender for BEP-20 tokens(Binance Smart Chain).
Add detailed
README
so that we can know how to use/test this source.