Qsnark java sdk test
以下信息请更换为自己账号对应的信息
// 开发者平台授权相关
private String clientId = "APPKEY";// 趣链开发者平台 AppKey
private String clientSecert = "APPSECRET";// 趣链开发者平台 AppSecret
private String phone = "PHONE";// 趣链开发者平台账号
private String passwd = "PWD";// 趣链开发者平台密码
// 区块链账户
private String deployAccount = "DEPLOY_ACCOUNT";// 区块链账户(合约部署者)
private String account1 = "ACCOUNT1";// 区块链账户1(资产持有人1)
private String account2 = "ACCOUNT2";// 区块链账户2(资产持有人2)
private String contractAddr = "CONTRACT_ADDR";// 部署后的合约地址