mirror of
https://github.com/corda/corda.git
synced 2025-06-15 13:48:14 +00:00
Add node-api, split minimal node functionality, OutOfProcessTransactionVerifierService
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
myLegalName : "Bank A"
|
||||
nearestCity : "London"
|
||||
p2pAddress : "my-corda-node:10002"
|
||||
webAddress : "localhost:10003"
|
||||
networkMapService : {
|
||||
address : "my-network-map:10000"
|
||||
legalName : "Network Map Service"
|
||||
}
|
||||
verifierType: "OutOfProcess"
|
@ -0,0 +1,3 @@
|
||||
nodeHostAndPort: "my-corda-node:10002"
|
||||
keyStorePassword : "cordacadevpass"
|
||||
trustStorePassword : "trustpass"
|
Reference in New Issue
Block a user