Posts

Showing posts with the label corda

Adding new party to the existing network

Image
Clash Royale CLAN TAG #URR8PPP Adding new party to the existing network I have a corda network (corda as system service) (v3.1) running in devMode , the network structure goes like: devMode The network is running perfectly fine until I try to add one more party to the network (Party D). Steps how I try to add new party: This didn't work, probably because newly added node has a different network parameter file then other nodes and has no information about the notary nodes. I tried the other way: node.conf node/cordapps Can you help me with correct steps for adding new node to the existing network? I've given a link below. If you can't solve it using that, drop me a comment and I can help you out further :) – Joel 1 min ago 1 Answer 1 The boots...

Can 3rd party check the state that he does not know, and add this state in a flow as a input state?

Image
Clash Royale CLAN TAG #URR8PPP Can 3rd party check the state that he does not know, and add this state in a flow as a input state? Here is my deliverydemo source code on github. My scenario: My question: 1 Answer 1 C isn't aware of the existence of the token states, so can't add them to the transaction herself. Instead, C should ask B to send over the token states she wants to spend, and add them to a transaction. By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.