Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 387 Bytes

Building and packaging tezos using nix

Dynamically built binaries

In order to build all binaries run at the root of project:

nix build .

As an alternative you can build single binary:

nix build .#tezos-client

This will produce tezos-client binary.