0.0.4 • Published 4 years ago

token-transfer-csv v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

token-transfer-csv

You can transfer ERC20 token based on information from csv file.\ csvファイルの情報に基づいてERC20トークンを送金できます。

Usage / 使い方

You can make csv file by following format below.\ 下記の例に従ってcvsファイルを作成してください。

ex)
address,amount,
0xa443159f8F323e3BE71Ee77cb06D88d766cba596,1
0x82fC7Cbd59b931258bcD97826EFa5Fff21aA626D,2
npx -p token-transfer-csv -c "npm run dev ../address.csv csv_file_path contract_address sender_address sender_privatelry Infra_APIKey network"

// example
npx -p token-transfer-csv -c "npm run dev ./address.csv 0xA28ac1acBa964496c9A621a28ad987f19003881A 0xb4Ee570738Eb8894D333105c9F8F8Fb0a57af531 B2FC108CAB5BC897E9095CC3356DF0001112224D9DF8967F018B3E0C3CA208D8 https://mainnet.infura.io/v3/APIKey mainet"

License / ライセンス

This project is licensed under the MIT License - see the LICENSE.md file for details.\ このプロジェクトは MIT ライセンスの元にライセンスされています。 詳細は LICENSE.md をご覧ください。