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)

猜你喜欢

转载自blog.csdn.net/mutourend/article/details/124299652