Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemonnekogh/learn-ethers
https://github.com/lemonnekogh/learn-ethers
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemonnekogh/learn-ethers
- Owner: LemonNekoGH
- License: mit
- Created: 2022-09-20T09:27:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T10:57:12.000Z (about 2 years ago)
- Last Synced: 2024-10-26T22:53:00.645Z (about 2 months ago)
- Language: Vue
- Size: 967 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# learn-ethers
柠喵用来学习用 ethers.js 与以太坊交互的仓库## TODO
- [x] 用扩展钱包请求切换网络
- [x] 用 Wallet Connect 请求切换网络
- [x] 尝试用 https://blog.csdn.net/jdjfjgfdgdfg/article/details/124407358 里的方法包裹提供者,失败
- [x] 用扩展钱包与简单的合约交互(读取)
- [x] 用 Wallet Connect 与简单的合约交互(读取)
- [x] 用扩展钱包与简单的合约交互(修改状态)
- [x] 用 Wallet Connect 与简单的合约交互(修改状态)[在线编辑,并查看效果](https://codesandbox.io/p/github/LemonNekoGH/learn-ethers)