ligo/src/proto_alpha/lib_client/client_proto_main.ml

21 lines
1021 B
OCaml
Raw Normal View History

2016-09-08 21:13:10 +04:00
(**************************************************************************)
(* *)
2018-02-06 00:17:03 +04:00
(* Copyright (c) 2014 - 2018. *)
2016-09-08 21:13:10 +04:00
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
let protocol =
Protocol_hash.of_b58check_exn
"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"
2016-09-08 21:13:10 +04:00
let () =
Client_commands.register protocol @@
List.map (Cli_entries.map_command (new Proto_alpha.wrap_full_context)) @@
2017-11-07 20:38:11 +04:00
Client_proto_programs_commands.commands () @
Client_proto_contracts_commands.commands () @
Client_proto_context_commands.commands () @
Client_baking_main.commands ()