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 6
6
- [ ohmyz] ( https://ohmyz.sh/ )
7
7
- [ brew] ( https://brew.sh/ )
8
8
- [ vscode] ( https://code.visualstudio.com/ )
9
- - [ clashX] ( https://github.com/yichengchen/clashX )
9
+ - [ clashX] ( https://github.com/yichengchen/clashX ) [ nodefree ] ( https://nodefree.org/ )
10
10
- [ dbeaver] ( https://dbeaver.io/ )
11
11
- [ tableplus] ( https://tableplus.com/ )
12
12
- [ rustdesk] ( https://rustdesk.com/ )
Original file line number Diff line number Diff line change 11
11
## 应用
12
12
13
13
- [ 以太坊] ( %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 )
14
15
15
16
## 框架
16
17
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