Java source code in Github: corda-doorman

To begin with, deploy the application to Tomcat according to README.md.

Moreover, unzip "corda-release-V3-doorman".

Demo - Corda Doorman

  • certificates stores *.jks.
  • corda.jar is provided by R3 and could be downloaded.
  • node.conf is  a configuration file.

Demo - Corda Doorman

  • network-root-truststore.jks stores root certificate

Demo - Corda Doorman

  • myLegalName must be unique.
  • doormanURL should be changed according to Tomcat configuration.
  • networkMapURL needs to be specified though the url doesn't work and would not have any effect on this demo.

Demo - Corda Doorman

Execute command "java -jar corda.jar --initial-registration --network-root-truststore-password keystorepass".

Demo - Corda Doorman

If everything goes smoothly, many files would be created automatically.

Demo - Corda Doorman

Demo - Corda Doorman

相关文章:

  • 2021-04-04
  • 2021-06-21
  • 2021-12-07
  • 2022-01-15
  • 2021-07-03
  • 2021-07-01
  • 2021-05-29
  • 2021-10-14
猜你喜欢
  • 2021-09-10
  • 2022-12-23
  • 2022-02-20
  • 2021-06-12
  • 2021-09-25
  • 2021-07-09
  • 2021-05-20
相关资源
相似解决方案