Skip to content

Instantly share code, notes, and snippets.

@yoshihiro503
Created March 18, 2020 07:56
Show Gist options
  • Save yoshihiro503/633094e3b78c26c2f706cd2e296f2000 to your computer and use it in GitHub Desktop.
Save yoshihiro503/633094e3b78c26c2f706cd2e296f2000 to your computer and use it in GitHub Desktop.

Install

opam switch create flextesa ocaml-base-compiler.4.07.1
eval $(opam env)
opam install dune.1.11.4
opam install -y fmt cohttp-lwt-unix dum
opam install genspio ezjsonm
opam install lwt_log ptime mtime zarith json-data-encoding-bson
opam install lwt-canceler bigstring

man of the commandline tool

_build/default/src/app/main.exe
FLEXTESA(1)                     Flextesa Manual                    FLEXTESA(1)



NAME
       flextesa

SYNOPSIS
       flextesa COMMAND ...

COMMANDS
       key-of-name
           Make an unencrypted key-pair deterministically from a string.

       michokit
           CLI for Flextesa_extras.Michokit

       mini-network
           Small network sandbox with bakers, endorsers, and accusers.

       netstat-listening-ports
           Like `netstat -nut | awk something-something` but glorified.

       vanity-chain-id
           Find a block hash to set as Genesis which makes-up a given chain-id
           suffix.

OPTIONS
       --help[=FMT] (default=auto)
           Show this help in format FMT. The value FMT must be one of `auto',
           `pager', `groff' or `plain'. With `auto', the format is `pager` or
           `plain' whenever the TERM env var is `dumb' or undefined.



Flextesa                                                           FLEXTESA(1)
@yoshihiro503
Copy link
Author

実際は make vendor でtezos コードをサブディレクトリにコピーする必要がある。
関連: https://gitlab.com/proof_ninja/flextesa/-/issues/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment