mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
hello, world
This commit is contained in:
parent
444a6d007a
commit
74a13d0ad3
7 changed files with 10 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -42,4 +42,7 @@ profile.cov
|
|||
# VS Code
|
||||
.vscode
|
||||
|
||||
pkg
|
||||
pkg/*
|
||||
|
||||
tests/spec-tests/
|
||||
|
|
|
|||
7
doc/study_state_machine.md
Normal file
7
doc/study_state_machine.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 找到和公链通信的代码
|
||||
|
||||
# 找到账本
|
||||
|
||||
# 找到交易代码
|
||||
|
||||
# 找到币的地址
|
||||
Loading…
Reference in a new issue