Skip to content

Commit 72cf778

Browse files
committed
eth
1 parent 274d78b commit 72cf778

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

06工具/mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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/)

13区块链/0目录.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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

13区块链/第三方节点.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
```

16架构/9低代码平台.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 低代码平台
2+
3+
- [amis](https://aisuda.bce.baidu.com/amis/zh-CN/docs/index)

0 commit comments

Comments
 (0)