作者创建这个库的意图
- 开源简单脚本,方便想要入门 web3 的前端工程师学习
- 技术交流,欢迎大家提 issues 共同进步
- 装笔性,向他人展示自己代码的美好的一面 🌞
- 用代码说话
Author's intention
- Open source easy scripts to help frontend engineer who want to learn about web3
- For technical exchanges, everyone is welcome to raise issues and make progress together
- Be cool 😎
npm install
运行脚本 1: 快速创建 100 个钱包地址,并生成 txt 文件保存地址和私钥;
running script-1: create 100 wallet addresses, and init a txt file to record adresses and private keys;
cd script-1-create-wallet && node index.js
output
Successfully created wallets in batches, file name: addr_key_book.txt
- script-1-create-wallet: 快速创建 100 个钱包地址并生产 txt 文件保存
- script-2-transfer-token: 向目标地址转账
- script-3-swap-on-dex: 在 dex 里做一笔 swap 交易
- script-4-bonus-getting-on-dex: 一键完成与 dex 的交互,swap & 添加移除流动性 & farm
- script-5-empty-ethereum-wallet: 清空一个钱包的余额
- script-6-input-data-decoder: input data 解码
EN Directory
- script-1-create-wallet: create 100 wallet addresses and save as txt file
- script-2-transfer-token: transfer to target address
- script-3-swap-on-dex: swap on target dex
- script-4-bonus-getting-on-dex: one click finish swap & add liquidity & remove liquidity & farm
- script-5-empty-ethereum-wallet: empty wallet balance
- script-6-input-data-decoder: input data decoder
欢迎大家踊跃提 issue
Feel free to dive in! Open an issue or submit PRs.
MIT licensed.