mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +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
|
||||
--------------
|
||||
|
||||
IntelliJ (R3's preferred IDE) integrates well with gradle (our chosen build, deployment and CLI tool). IntelliJ understands gradle
|
||||
tasks and dependencies, automatically loading them in the background when a project is first opened or the gradle
|
||||
project changes. Occasionally, however, you may need to refresh the gradle project manually - 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 may find it is essential to pick
|
||||
up new libraries, etc.).
|
||||
IntelliJ (the preferred IDE for Corda) integrates well with gradle (Corda's default build, deployment and CLI tool).
|
||||
IntelliJ understands gradle tasks and dependencies, automatically loading them in the background when a project is
|
||||
first opened or the gradle project changes. Occasionally, however, you may need to refresh the gradle project manually
|
||||
- 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
|
||||
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
|
||||
you to go to the `IntelliJ docs here <https://www.jetbrains.com/idea/documentation/>`_.
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
time during code review.
|
||||
|
||||
|
@ -15,5 +15,4 @@ rpcUsers : [
|
||||
{ username=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }
|
||||
]
|
||||
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"
|
||||
Quasar
|
||||
A library that provides performant lightweight threads that can be suspended and restored extremely quickly.
|
||||
R3
|
||||
The consortium behind Corda
|
||||
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.
|
||||
Serialization
|
||||
|
Loading…
x
Reference in New Issue
Block a user