Mina代码解析

Posted mutourend

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mina代码解析相关的知识,希望对你有一定的参考价值。

1. 引言

Mina系列博客有:

代码为:

下载所有子模块:

git submodule update --init --recursive

安装opam依赖项:

./scripts/setup-opam.sh

编译:【若有deprecated报错,安装指定版本的依赖包】

make build

运行:

$ dune exe src/app/cli/src/mina.exe -- h
Mina

  mina.exe SUBCOMMAND

=== subcommands ===

  accounts                    Client commands concerning account management
  daemon                      Mina daemon
  client                      Lightweight client commands
  advanced                    Advanced client commands
  ledger                      Ledger commands
  internal                    Internal commands
  parallel-worker             internal use only
  transaction-snark-profiler  transaction snark profiler
  integration-tests           Integration tests
  version                     print version information
  help                        explain a given subcommand (perhaps recursively)

以上是关于Mina代码解析的主要内容,如果未能解决你的问题,请参考以下文章

Mina中的约束系统代码解析

Mina中的基于DLG的Plonk polynomial commitment scheme代码解析

Mina中的scan state代码解析

NIO框架之MINA源代码解析:背景

NIO框架之MINA源码解析:底层通信与责任链模式应用

NIO框架之MINA源码解析:mina核心引擎