{"id":29219803,"url":"https://github.com/xjh22222228/ethers-tutorial","last_synced_at":"2025-07-03T02:07:34.703Z","repository":{"id":295576898,"uuid":"987456246","full_name":"xjh22222228/ethers-tutorial","owner":"xjh22222228","description":"Ethers.js web3快速入门教程；Ethers.js web3 Beginner's Tutorial","archived":false,"fork":false,"pushed_at":"2025-06-17T08:03:00.000Z","size":7758,"stargazers_count":82,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T09:19:33.394Z","etag":null,"topics":["docusaurus","ethereum","ethers","ethersjs","web3"],"latest_commit_sha":null,"homepage":"https://ethersjs.cn","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xjh22222228.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-21T05:25:57.000Z","updated_at":"2025-06-17T08:03:03.000Z","dependencies_parsed_at":"2025-06-17T09:19:11.202Z","dependency_job_id":"1bd23314-339c-4773-889f-a71c9d8488df","html_url":"https://github.com/xjh22222228/ethers-tutorial","commit_stats":null,"previous_names":["xjh22222228/ethers-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xjh22222228/ethers-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjh22222228%2Fethers-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjh22222228%2Fethers-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjh22222228%2Fethers-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjh22222228%2Fethers-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xjh22222228","download_url":"https://codeload.github.com/xjh22222228/ethers-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjh22222228%2Fethers-tutorial/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263245316,"owners_count":23436515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docusaurus","ethereum","ethers","ethersjs","web3"],"created_at":"2025-07-03T02:07:34.104Z","updated_at":"2025-07-03T02:07:34.660Z","avatar_url":"https://github.com/xjh22222228.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./static/img/logo.png\" width=\"350\" /\u003e\n  \u003ch1 align=\"center\"\u003eEthers.js v6 快速入门教程\u003c/h1\u003e\n\u003c/p\u003e\n\n## 概述\n\n本教程是基于 `Ethers.js` v6 编写的，旨在帮助开发者快速掌握 `Ethers.js` 的使用方法。\n\n你不一定要学习 `Ethers.js`，你也可以了解 `WEB3` 和 `如何与以太坊进行交互`。\n\n[https://ethersjs.cn](https://ethersjs.cn) 在线阅读教程可以直接运行与`以太坊`进行交互，方便你 `零` 代码编写学习。\n\n## 目录\n\n### 快速入门\n\n**第一章：** [基础概念了解 - Ethers.js](./docs/basic/index.md)\n\n**第二章：** [准备工作 - 获取配置以方便后续快速学习](./docs/ready/index.md)\n\n**第三章：** [Provider 类 - 连接到以太坊](./docs/provider/index.mdx)\n\n**第四章：** [Contract 类 - 读取合约信息](./docs/contract/index.mdx)\n\n**第五章：** [Utils - 常用工具合集](./docs/utils/index.md)\n\n**第六章：** [钱包 - 创建随机钱包](./docs/wallet/createWallet.mdx)\n\n**第七章：** [钱包 - 将钱包连接到网络](./docs/wallet/connectWalletProvider.mdx)\n\n**第八章：** [转账 - 使用 ETH 进行转账](./docs/transaction/transactionEth.mdx)\n\n**第九章：** [转账 - 使用 ERC-20 进行转账](./docs/transaction/transactionERC20.mdx)\n\n**第十章：** [事件监听与过滤](./docs/events/index.mdx)\n\n**第十一章：** [异常处理](./docs/exception/index.mdx)\n\n**第十二章：** [连接 MetaMask 钱包](./docs/metaMask/index.mdx)\n\n**第十三章：** [连接 MetaMask 钱包 - 获取 Signer](./docs/metaMask/index.mdx)\n\n### 进阶\n\n**第一章：** [Interface 类 - Interface 常用操作](./docs/advanced/interface/index.mdx)\n\n**第二章：** [Multicall3 批量查询](./docs/advanced/multicallQuery/index.mdx)\n\n**第三章：** [ENS - 注册属于自己的 ENS 域名](./docs/advanced/ens/index.md)\n\n**第四章：** [流行钱包 - 判断安装与授权](./docs/advanced/multipleWallets/index.mdx)\n\n**第五章：** [处理输入安全](./docs/advanced/security/index.mdx)\n\n### 实战\n\n**第一章：** [dApp - 编写简易 dApp 应用](./docs/combat/dApp/index.mdx)\n\n**第二章：** [部署合约 - 部署自己的合约代币](./docs/combat/contractDepoly/index.mdx)\n\n### 其他\n\n[水龙头](./docs/other/faucet/index.md)\n\n[Gas 手续费](./docs/other/gas/index.md)\n\n正在编写中...\n\n## 在线阅读\n\n[https://ethersjs.cn](https://ethersjs.cn)\n\n[WEB3 相关资源可以从这里找到](https://nav3.cn/#/?id=25)\n\n## 运行\n\n```bash\n$ git clone --depth=1 https://github.com/xjh22222228/ethers-tutorial.git\n$ pnpm i\n$ npm run start\n```\n\n\u003c!-- ## 交流\n\n\u003cimg src=\"./media/qq.jpg\" width=\"300\"\u003e --\u003e\n\n## 支持\n\n编写不易，如果觉得本教程对您有用，可以请作者喝杯咖啡。\n\n\u003cimg src=\"https://gcore.jsdelivr.net/gh/xjh22222228/public@gh-pages/img/32.png\" width=\"600\"\u003e\n\n## LICENSE\n\n只要保持原作者署名，您可以自由地阅读、分享、修改。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjh22222228%2Fethers-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjh22222228%2Fethers-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjh22222228%2Fethers-tutorial/lists"}