Hi,
I’m trying to run this ping-pong-reactive project (Example project — Daml SDK 1.18.1 documentation).
First i had to enhance the client to be secured over TLS and identify the token. Next i had to use a netty client since i needed to increase its maxInboundMessageSize but now i’m stuck with below error indicating that i failed due to a missing ping-pong module on the Ledger.
RuntimeException(“Module PingPong is not available on the ledger”)
I’m new to DAML so am i suppose to create such package on my Ledger. Is it something like this?
project:
sdk-version: 0.11.3
name: PingPongExample
source: daml/PingPong.daml
parties:
- Alice
- Bob
version: 2