Taking Prism SDK V1.2 for a run. Previously tried here, https://github.com/nathanbogale/Prism1.2TestRun.git (a grade kotlin project following the prisim documentation),but failing as the contineous problem of loading the required dependencies happened, Project moved here for a test through maven build.
Below i have listed resolutions made to solve the problems faced and showstoppers to show what is currently holding me down.
- And added the dependecies to be fetched to my project POM file like below
-
Since that is not enough, as is can not find the files (Jar & POM of the dependencies), I have downloaded from Github prism repo and added them in my local maven repo (Maven repo folder will be created at runtime):
-
And now the import working Fine (Casue dependency issue has been resolved only for the main 5 libraries)
-
Ptotos and pbandk plugin not found with the specified path (iohk repo of maven or github)I do not have the files them selvs to add localy, in order to add them (anybody that do please share)They are available on Maven public(the Jar and related files) of versions up to 0.20.5, but i believe these are not the correct version Prism is looking for
-
Code not recognizing DID function -
This is the most recent showstopper (which is highlighting a problem with the elliptic curve keypair generation line)