Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
zkp
zkevm-circuits
Wiki
Zkevm docs
1 introduction
1 introduction
· Changes
Page history
gzxu add contents : zkevm-docs
authored
Aug 07, 2024
by
gzxu
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
109 additions
and
107 deletions
+109
-107
zkevm-docs/1-introduction.markdown
zkevm-docs/1-introduction.markdown
+109
-107
No files found.
zkevm-docs/1-introduction.markdown
View page @
28fdadf0
...
...
@@ -14,7 +14,9 @@ zkEVM作为互联网3.0操作系统中的重要部分,支撑EVM智能合约的
2.
状态(State),处理虚拟机中各类状态的读写
3.
字节码(Bytecode),处理合约的字节码
4.
拷贝(Copy),处理不定长数据的拷贝
5.
TODO
5.
固定输入(Fixed),处理运算中常见的固定输入
6.
计算(Arithmetic),处理各类算数运算
7.
公共输入(Public),处理合约的各种公共数据
![
Figure 1
](
/image/circuit-architecture.png
)
电路结构图
...
...