I am trying to implement client side batch formation and post to rest api of sawtoothlake using JAVA but i couldnt find the java sdk for sawtooth anywhere?But the sawtooth core contains only the messaging,client and processor .Can anyone help me to figure out how i could import the protobuf .
Asked
Active
Viewed 104 times
0
-
1google protobuf for java is in maven. You can compile the `.proto` files then use them in your java client code. – Frank C. Jun 11 '18 at 12:55
-
OK thanks .I have referred a sample and imported it successfully. – PARVATHY P B Jul 02 '18 at 06:53