Skip to content

datafu/ethers-scripts

 
 

Repository files navigation

ethers-scripts

作者创建这个库的意图

  • 开源简单脚本,方便想要入门 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 😎

Installation

npm install

Examples

运行脚本 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

Directory

EN Directory

Maintainers

@Bot80926

中文博客讲解

Contributing

欢迎大家踊跃提 issue

Feel free to dive in! Open an issue or submit PRs.

License

MIT licensed.

About

Entry-level web3 scripts for front-end engineers. 为前端工程师提供入门web3脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%