-
Notifications
You must be signed in to change notification settings - Fork 0
エアドロ関連の機能実装方法
dogecrypto edited this page Jun 26, 2018
·
19 revisions
-
エアドロ関連のよさげな実装方法調査
-
実装ってかツールかな、Token側に入れるべきじゃなさそう
-
query
- batch, multi-sender, airdrop, transfer
- コマンドラインツールありそうな気がするので探す?
-
https://github.com/OpenZeppelin/openzeppelin-solidity/issues/704
- Open-Zeppelinでのairdrop関連のissue
-
https://github.com/IoTChainCode/TokenAirdrop
- エアドロするためのツールっぽい
- 割と最近のプロジェクト
- https://www.iotchain.io/
A single transmission can support up to two hundred transfers.
Realize the monitoring transaction status and automatically send the next one.
The implementation fee is reduced to 0.000045--0.00007 eth/transcation.
——- dependency library npm install web3 solc ethereumjs-tx ethjs-account node-xlsx --save
-
https://github.com/bitfwdcommunity/Issue-your-own-ERC20-token.git
-
https://github.com/PolymathNetwork/polymath-token
- これがいいかな?hackernoonにもあったし
-
https://rstormsf.github.io/multisender/#/
- multisendのdapps
- https://github.com/poanetwork/multisender/issues
- 普通に使えるっぽい
- これでいいんじゃね?
-
https://github.com/rstormsf/multisender
- poa network
- ポアネットワークで記事調査するかな