Skip to content

Commit

Permalink
Update .gitignore and README.md
Browse files Browse the repository at this point in the history
- Updated .gitignore to remove node_modules
- Updated README.md to fix file references in the table of contents
  • Loading branch information
awesome-doge committed Jan 4, 2024
1 parent 1c205e3 commit a2698a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*~
_book
.DS_Store

node_modules
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@

## 目錄

[前言](前言.asciidoc)
[術語](術語.asciidoc)
[第1章 什麼是以太坊](01.asciidoc)
[第2章 以太坊基礎](02.asciidoc)
[第3章 以太坊客戶端](03.asciidoc)
[第4章 以太坊測試網](04.asciidoc)
[第5章 密鑰和地址](05.asciidoc)
[第6章 錢包](06.asciidoc)
[第7章 交易](07.asciidoc)
[第8章 智能合約](08.asciidoc)
[第9章 開發工具,框架和庫](09.asciidoc)
[第10章 代幣(Tokens)](10.asciidoc)
[第11章 去中心化應用(DApps)](11.asciidoc)
[第12章 預言機(Oracles)](12.asciidoc)
[第13章 燃氣(Gas)](13.asciidoc)
[第14章 以太坊虛擬機](14.asciidoc)
[第15章 共識](15.asciidoc)
[第16章 Vyper:面向合約的程式語言](16.asciidoc)
[第17章 DevP2P協議](17.asciidoc)
[第18章 以太坊標準](18.asciidoc)
[第19章 以太坊分叉歷史](19.asciidoc)
[前言](preface.asciidoc)
[術語](glossary.asciidoc)
[第1章 什麼是以太坊](ch01.asciidoc)
[第2章 以太坊基礎](ch02.asciidoc)
[第3章 以太坊客戶端](ch03.asciidoc)
[第4章 以太坊測試網](ch04.asciidoc)
[第5章 密鑰和地址](ch05.asciidoc)
[第6章 錢包](ch06.asciidoc)
[第7章 交易](ch07.asciidoc)
[第8章 智能合約](ch08.asciidoc)
[第9章 開發工具,框架和庫](ch09.asciidoc)
[第10章 代幣(Tokens)](ch10.asciidoc)
[第11章 去中心化應用(DApps)](ch11.asciidoc)
[第12章 預言機(Oracles)](ch12.asciidoc)
[第13章 燃氣(Gas)](ch13.asciidoc)
[第14章 以太坊虛擬機](ch14.asciidoc)
[第15章 共識](ch15.asciidoc)
[第16章 Vyper:面向合約的程式語言](ch16.asciidoc)
[第17章 DevP2P協議](ch17.asciidoc)
[第18章 以太坊標準](ch18.asciidoc)
[第19章 以太坊分叉歷史](ch19.asciidoc)

## Source and license

Expand Down

0 comments on commit a2698a3

Please sign in to comment.