daml/docs/source/examples/examples.rst
Martin Huschenbett 34d6c975b0
Docs: Remove refernce to ex-upgrade example (#5650)
We have new documentation on how to manage model upgrades which
supersede the `ex-upgrade` example repository.

CHANGELOG_BEGIN
CHANGELOG_END
2020-04-21 15:10:28 +00:00

15 lines
1.1 KiB
ReStructuredText

.. Copyright (c) 2020 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>`_.
- `12+ examples of different use cases <https://github.com/digital-asset/ex-models>`_: A repository containing a wide variety of DAML examples
- `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
- `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 Node.js bindings