3 Star 0 Fork 0

区块链技术与应用联合实验室 / repchain-vc-rest-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.yaml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
port: 8088
vc:
vcconstractName: "RVerifiableCredentialTPL"
vcconstractVersion: 1
vcsignupCCSFunctionName: "signupCCS"
vcupdateCCSStatusFunctionName: "updateCCSStatus"
vcsignupVCStatusFunctionName: "signupVCStatus"
vcupdateVCStatusFunctionName: "updateVCStatus"
vcrevokeVCClaimsFunctionName: "revokeVCClaims"
vcccsworldStatePrefix: "ccs-"
vcvcstatusWorldStatePrefix: "vcs-"
vcprotoVersion: "1.0"
vcstatusProtoVersion: "1.0"
txSigAlg: "SHA256withECDSA"
peerEndpoint: "http://localhost:9081"
networkId: "identity-net"
oid: ""
actor:
- id: "actor1"
did: "did:rep:identity-net:121000005l35120456"
certName: "node1"
# prvKeyPath: "crypto/121000005l35120456.node1.pkcs8"
prvKeyPem: "-----BEGIN PRIVATE KEY-----\nMIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQg/i8znMeuOO1eANT/\nKBdGy2d5L/7h/zcg1KbgCaBS6eugCgYIKoZIzj0DAQehRANCAAS2dFJZHZe07B9c\nZAugHd1dotPTAf8Lb05dW/644EXqTaXst4MzVt43grLpuhEkvdtFB6n75yOrc0zQ\n+Q5fUFuQ\n-----END PRIVATE KEY-----"
- id: "actor2"
did: "did:rep:identity-net:12110107bi45jh675g"
certName: "node2"
prvKeyPath: "crypto/12110107bi45jh675g.node2.pkcs8"
1
https://gitee.com/BTAJL/repchain-vc-rest-service.git
git@gitee.com:BTAJL/repchain-vc-rest-service.git
BTAJL
repchain-vc-rest-service
repchain-vc-rest-service
master

搜索帮助