daml/docs/source/examples/examples.rst
Digital Asset GmbH 05e691f558 open-sourcing daml
2019-04-04 09:33:38 +01:00

15 lines
1.0 KiB
ReStructuredText

.. Copyright (c) 2019 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
.. SPDX-License-Identifier: Apache-2.0
DAML examples
#############
We have plenty of example code, both of DAML and of applications around DAML, on our `public GitHub organization <https://github.com/digital-asset>`_.
- `Bond trading example <https://github.com/digital-asset/ex-bond-trading>`_: DAML code and automation using the Java bindings
- `Collateral management example <https://github.com/digital-asset/ex-collateral>`_: DAML code
- `Repurchase agreement example <https://github.com/digital-asset/ex-repo-market>`_: DAML code and automation using the Java bindings
- `Upgrading DAML templates example <https://github.com/digital-asset/ex-upgrade>`_: DAML code
- `Java bindings tutorial <https://github.com/digital-asset/ex-java-bindings>`_: three examples using the Java bindings with a very simple DAML model
- `Node.js tutorial <https://github.com/digital-asset/ex-tutorial-nodejs>`_: step-by-step running through using the experimental Node.js bindings