/js-kotlin-crypto-interoperabilty

Code to test JS-Kotlin crypto interoperability with Digital Signature generation on browser and verification in Corda Smart Contracts

Primary LanguageJavaOtherNOASSERTION

Instructions

STEP1: Run the Corda network using following command from root directory:

  • ./gradlew deployNodes
  • ./kotlin-source/build/nodes/runnodes

STEP2: Open the web-client file and add your machine IP in the ajax post request url

STEP3: Run the web-client file in your browser.