This crate provides a bridge between the Daml JSON and Daml GRPC APIs.
To run the bridge:
shell
TOKEN="..."
daml-bridge --ledger-uri https://127.0.0.1:8080 --http-port 3030 --bridge-token $TOKEN --log-filter "daml_bridge=trace"
daml-bridge
is distributed under the terms of the Apache License (Version 2.0).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in time by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See LICENSE for details.
Copyright 2022