-2

I need to implement CORDA Block Chain in our performance appraisal application which is developed in .Net Core and angular. Please guide us the structure and how to use it. Your reply is really appreciated.

Thanks, Kopal Rajpoot

  • Corda is built on Kotlin/Java (JVM), so you'd need to create a CorDapp and integrate your .NET application into it using HTTP, WebSockets, RabbitMQ, etc. I'd suggest you join the cordaledger slack channel to get started. https://slack.corda.net/ – Matthew Layton Dec 30 '20 at 08:43

1 Answers1

0

So there's not a very clear question here, but if you're looking to get started with corda, here are some good links.

I'd recommend starting with the cordapp tutorial.

good luck!

davidawad
  • 1,023
  • 11
  • 20