hyperledger indy java使用demo

包含发布模板(schema),创建凭证和验证凭证等流程。

    @PostMapping(value = "/intercation2")
    public void testCreateMyDidWorksForEmptyJson2() throws Exception {
   
    
    
        String name = "company_name";
        String p_type 

猜你喜欢

转载自blog.csdn.net/qq_40319804/article/details/126930314