File tree Expand file tree Collapse file tree 4 files changed +23
-1
lines changed
Expand file tree Collapse file tree 4 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 66 - [ ohmyz] ( https://ohmyz.sh/ )
77 - [ brew] ( https://brew.sh/ )
88 - [ vscode] ( https://code.visualstudio.com/ )
9- - [ clashX] ( https://github.com/yichengchen/clashX )
9+ - [ clashX] ( https://github.com/yichengchen/clashX ) [ nodefree ] ( https://nodefree.org/ )
1010 - [ dbeaver] ( https://dbeaver.io/ )
1111 - [ tableplus] ( https://tableplus.com/ )
1212 - [ rustdesk] ( https://rustdesk.com/ )
Original file line number Diff line number Diff line change 1111## 应用
1212
1313- [ 以太坊] ( %E4%BB%A5%E5%A4%AA%E5%9D%8A.md )
14+ - [ 第三方节点] ( ./%E7%AC%AC%E4%B8%89%E6%96%B9%E8%8A%82%E7%82%B9.md )
1415
1516## 框架
1617
Original file line number Diff line number Diff line change 1+ # 第三方节点
2+
3+ ## 资料
4+ - [ 以太坊技术与实现] ( https://learnblockchain.cn/books/geth/part1.html )
5+
6+ ## 免费节点
7+ - [ infura] ( https://app.infura.io/dashboard )
8+ - [ tron] ( https://developers.tron.network/docs/trongrid )
9+
10+ ## 请求方法
11+ ``` shell
12+ curl -X POST ' https://api.trongrid.io/jsonrpc' --data ' {
13+ "jsonrpc": "2.0",
14+ "method": "eth_getBlockByNumber",
15+ "params": ["42320000", true],
16+ "id": 1
17+ }'
18+ ```
Original file line number Diff line number Diff line change 1+ # 低代码平台
2+
3+ - [ amis] ( https://aisuda.bce.baidu.com/amis/zh-CN/docs/index )
You can’t perform that action at this time.
0 commit comments