Daniel NewtoninCordaResponder flow validation (part 3 — overriding)To finish off my trilogy of blog posts on including validation inside your responder flows, I present to you the final topic. How to…Jan 6, 2020Jan 6, 2020
Daniel NewtoninCordaResponder flow validation (part 2 — extension)In Responder flow validation I closed the post with the following:Dec 10, 2019Dec 10, 2019
Daniel NewtoninCordaResponder flow validationDo you want to prevent your node from accepting transactions that are not important to your business?Nov 25, 2019Nov 25, 2019
Daniel NewtoninCordaConnecting a Ktor web server to a Corda nodeThe preparation for this blog post began several weeks ago (probably over a month by now). Before I could write about melding Corda and…Aug 12, 2019Aug 12, 2019
Daniel NewtoninCordaFlows can do anything — How flows are the entry points to a Corda nodeIn Corda, Flows can do a lot more than proposing new transactions to record between organisations. Although, saying they can do anything…Jul 30, 2019Jul 30, 2019
Daniel NewtoninCordaSaving transactions where only a subset of parties are signersIt took a while for me to think of a title that could summarise the contents of this post without becoming a full sentence itself. I think…Jul 5, 2019Jul 5, 2019
Daniel NewtoninCordaPreventing invalid spending of broadcasted statesCorda is super flexible and will allow you to put together the code needed to write many complex workflows. This flexibility does come…Jun 12, 20191Jun 12, 20191
Daniel NewtoninCordaBroadcasting a transaction to external organisationsThere is a misconception that Corda cannot broadcast data across a network. This is simply wrong. In fact, Corda can send anything between…May 31, 2019May 31, 2019
Daniel NewtoninCordaExtending Flows to customise transaction validationThrough the use of flow extension, nodes running the same CorDapp can include extra validation to ensure that a transaction meets their…May 18, 2019May 18, 2019
Daniel NewtoninCordaVerifying a Contract with CSV dataAttachments in Corda can be more than just PDFs sent along with a transaction. They can actually be used programmatically when running a…May 5, 2019May 5, 2019