Set up client

Walk Through

The code is written in java . make sure you add jdk in your environment.

  1. download the code
  1. modify application.properties
  • node.prefix change it to your own local mainchain node .
  • did.mainChainAddress change it to your own sidechain address in the mainchain if you want to do crosschain transfer.
  1. install project
  • mvn install -Dmaven.test.skip -Dgpg.skip
  1. start your project
  • java -jar base.api-*.jar