Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lemonnekogh/learn-ethers


https://github.com/lemonnekogh/learn-ethers

Last synced: 11 days ago
JSON representation

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)