mirror of
https://github.com/corda/corda.git
synced 2025-03-10 14:34:14 +00:00
minor fixes including the splitting of finance jar into contracts and workflows
This commit is contained in:
parent
c7f4f6af7b
commit
5c38cb3aaf
@ -195,7 +195,8 @@ Building the example CorDapp
|
|||||||
├── certificates
|
├── certificates
|
||||||
├── corda.jar // The Corda node runtime
|
├── corda.jar // The Corda node runtime
|
||||||
├── cordapps // The node's CorDapps
|
├── cordapps // The node's CorDapps
|
||||||
│ ├── corda-finance-4.0-corda.jar
|
│ ├── corda-finance-contracts-4.0-corda.jar
|
||||||
|
│ ├── corda-finance-workflows-4.0-corda.jar
|
||||||
│ └── cordapp-example-0.1.jar
|
│ └── cordapp-example-0.1.jar
|
||||||
├── drivers
|
├── drivers
|
||||||
├── logs
|
├── logs
|
||||||
@ -284,7 +285,7 @@ Each Spring Boot server exposes the following endpoints:
|
|||||||
* ``/api/example/ious``
|
* ``/api/example/ious``
|
||||||
* ``/api/example/create-iou`` with parameters ``iouValue`` and ``partyName`` which is CN name of a node
|
* ``/api/example/create-iou`` with parameters ``iouValue`` and ``partyName`` which is CN name of a node
|
||||||
|
|
||||||
There is also a web front-end served from the home directory e.g. ``localhost:50005``.
|
There is also a web front-end served from the home web page e.g. ``localhost:50005``.
|
||||||
|
|
||||||
.. warning:: The content is only available for demonstration purposes and does not implement
|
.. warning:: The content is only available for demonstration purposes and does not implement
|
||||||
anti-XSS, anti-XSRF or other security techniques. Do not use this code in production.
|
anti-XSS, anti-XSRF or other security techniques. Do not use this code in production.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user