mirror of
https://github.com/corda/corda.git
synced 2025-06-05 17:01:45 +00:00
Removes R3 references from the docs.
This commit is contained in:
parent
2dc73ecf3b
commit
91f7dbe658
@ -9,11 +9,11 @@ a developer environment.
|
|||||||
IDE - IntelliJ
|
IDE - IntelliJ
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
IntelliJ (R3's preferred IDE) integrates well with gradle (our chosen build, deployment and CLI tool). IntelliJ understands gradle
|
IntelliJ (the preferred IDE for Corda) integrates well with gradle (Corda's default build, deployment and CLI tool).
|
||||||
tasks and dependencies, automatically loading them in the background when a project is first opened or the gradle
|
IntelliJ understands gradle tasks and dependencies, automatically loading them in the background when a project is
|
||||||
project changes. Occasionally, however, you may need to refresh the gradle project manually - but this is hinted to you
|
first opened or the gradle project changes. Occasionally, however, you may need to refresh the gradle project manually
|
||||||
by the IDE. It's a good idea to do this before carrying on with other work (and in fact you may find it is essential to pick
|
- but this is hinted to you by the IDE. It's a good idea to do this before carrying on with other work (and in fact you
|
||||||
up new libraries, etc.).
|
may find it is essential to pick up new libraries, etc.).
|
||||||
|
|
||||||
There are some great resources about how to get started using IntelliJ. As opposed to trying to repeat them here, we advise
|
There are some great resources about how to get started using IntelliJ. As opposed to trying to repeat them here, we advise
|
||||||
you to go to the `IntelliJ docs here <https://www.jetbrains.com/idea/documentation/>`_.
|
you to go to the `IntelliJ docs here <https://www.jetbrains.com/idea/documentation/>`_.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Code style guide
|
Code style guide
|
||||||
================
|
================
|
||||||
|
|
||||||
This document explains the coding style used in the R3 prototyping repository. You will be expected to follow these
|
This document explains the coding style used in the Corda repository. You will be expected to follow these
|
||||||
recommendations when submitting patches for review. Please take the time to read them and internalise them, to save
|
recommendations when submitting patches for review. Please take the time to read them and internalise them, to save
|
||||||
time during code review.
|
time during code review.
|
||||||
|
|
||||||
|
@ -15,5 +15,4 @@ rpcUsers : [
|
|||||||
{ username=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }
|
{ username=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }
|
||||||
]
|
]
|
||||||
devMode : true
|
devMode : true
|
||||||
// Certificate signing service will be hosted by R3 in the near future.
|
// certificateSigningService : "https://testnet.certificate.corda.net"
|
||||||
//certificateSigningService : "https://testnet.certificate.corda.net"
|
|
||||||
|
@ -53,8 +53,6 @@ Protocol
|
|||||||
The old name for a Corda "Flow"
|
The old name for a Corda "Flow"
|
||||||
Quasar
|
Quasar
|
||||||
A library that provides performant lightweight threads that can be suspended and restored extremely quickly.
|
A library that provides performant lightweight threads that can be suspended and restored extremely quickly.
|
||||||
R3
|
|
||||||
The consortium behind Corda
|
|
||||||
SIMM
|
SIMM
|
||||||
Standard Initial Margin Model. A way of determining a counterparty's margin payment to another counterparty based on a collection of trades such that, in the event of default, the receiving counterparty has limited exposure.
|
Standard Initial Margin Model. A way of determining a counterparty's margin payment to another counterparty based on a collection of trades such that, in the event of default, the receiving counterparty has limited exposure.
|
||||||
Serialization
|
Serialization
|
||||||
|
Loading…
x
Reference in New Issue
Block a user