https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4c1b15389e5730d8687b2e063e537b80de47b521 authored by Yann Regis-Gianas on 18 November 2021, 08:32:00 UTC
SCORU: Initiate development of smart contract rollups
Tip revision: 4c1b153
dune
(library
 (name tezos_signer_services)
 (public_name tezos-signer-services)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-client-base
  tezos-rpc)
 (flags
  (:standard
   -linkall
   -open Tezos_base__TzPervasives
   -open Tezos_rpc
   -open Tezos_client_base)))
back to top