mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
Updates template links to indicate both versions.
This commit is contained in:
parent
9eceb26ee9
commit
3485827a90
@ -143,9 +143,11 @@ The Corda platform source code is available here:
|
||||
|
||||
https://github.com/corda/corda.git
|
||||
|
||||
A CorDapp template that you can use as the basis for your own CorDapps is available here:
|
||||
A CorDapp template that you can use as the basis for your own CorDapps is available in both Java and Kotlin versions:
|
||||
|
||||
https://github.com/corda/cordapp-template.git
|
||||
https://github.com/corda/cordapp-template-java.git
|
||||
|
||||
https://github.com/corda/cordapp-template-kotlin.git
|
||||
|
||||
And a simple example CorDapp for you to explore basic concepts is available here:
|
||||
|
||||
|
@ -8,8 +8,9 @@ The CorDapp Template
|
||||
====================
|
||||
|
||||
When writing a new CorDapp, you’ll generally want to base it on the
|
||||
`Cordapp Template <https://github.com/corda/cordapp-template>`_. The Cordapp Template allows you to quickly deploy
|
||||
your CorDapp onto a local test network of dummy nodes to evaluate its functionality.
|
||||
`Java Cordapp Template <https://github.com/corda/cordapp-template-java>`_ or the equivalent
|
||||
`Kotlin Cordapp Template <https://github.com/corda/cordapp-template-kotlin>`_. The Cordapp Template allows you to
|
||||
quickly deploy your CorDapp onto a local test network of dummy nodes to evaluate its functionality.
|
||||
|
||||
Note that there's no need to download and install Corda itself. As long as you're working from a stable Milestone
|
||||
branch, the required libraries will be downloaded automatically from an online repository.
|
||||
@ -24,7 +25,11 @@ Open a terminal window in the directory where you want to download the CorDapp t
|
||||
.. code-block:: text
|
||||
|
||||
# Clone the template from GitHub:
|
||||
git clone https://github.com/corda/cordapp-template.git ; cd cordapp-template
|
||||
git clone https://github.com/corda/cordapp-template-java.git ; cd cordapp-template
|
||||
|
||||
*or*
|
||||
|
||||
git clone https://github.com/corda/cordapp-template-kotlin.git ; cd cordapp-template
|
||||
|
||||
# Retrieve a list of the stable Milestone branches using:
|
||||
git branch -a --list *release-M*
|
||||
|
Loading…
x
Reference in New Issue
Block a user