Skip to content

エアドロ関連の機能実装方法

dogecrypto edited this page Jun 26, 2018 · 19 revisions

概要

  • エアドロ関連のよさげな実装方法調査

  • 実装ってかツールかな、Token側に入れるべきじゃなさそう

  • query

    • batch, multi-sender, airdrop, transfer

TODO

  • コマンドラインツールありそうな気がするので探す?

link


    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

Article