HTTP 요청 송수신을 지원하는 모든 언어를 사용하여 SSI 서비스를 구축
✨ 역할설명
git clone https://github.com/hyperledger/aries-cloudagent-python.git
cd ./aries-cloudagent-python/scripts
🤷♂️ACA-PY 0.7.5버전을 사용할 예정이다
git checkout tags/0.7.5
----------1----------
http://IP주소:9000 접속
----------2----------
Wallet seed : issuer00000000000000000000000000
----------3----------
Register DID 버튼 클릭
PORTS="8000 8001" ./run_docker start -l Issuer -it http 0.0.0.0 8000 -ot http --admin 0.0.0.0 8001 --admin-insecure-mode -e http://{Issuer IP 주소}:8000 --genesis-url http://{Von 네트워크 IP 주소}:9000/genesis --wallet-type indy --wallet-name issuerwallet --wallet-key issuerkey --log-level info --auto-provision --auto-accept-invites --auto-accept-requests --auto-ping-connection --tails-server-base-url {Indy tails 서버 url} --seed issuer00000000000000000000000000
PORTS="18000 18001" ./run_docker start -l Holder -it http 0.0.0.0 18000 -ot http --admin 0.0.0.0 18001 --admin-insecure-mode -e http://{Holder IP 주소}:18000 --genesis-url http://{Von 네트워크 IP 주소}:9000/genesis --wallet-type indy --wallet-name issuerwallet --wallet-key issuerkey --log-level info --auto-provision --auto-accept-invites --auto-accept-requests --auto-ping-connection --tails-server-base-url {Indy tails 서버 url}
PORTS="28000 28001" ./run_docker start -l Verifier -it http 0.0.0.0 28000 -ot http --admin 0.0.0.0 28001 --admin-insecure-mode -e http://{Holder IP 주소}:18000 --genesis-url http://{Von 네트워크 IP 주소}:9000/genesis --wallet-type indy --wallet-name issuerwallet --wallet-key issuerkey --log-level info --auto-provision --auto-accept-invites --auto-accept-requests --auto-ping-connection --tails-server-base-url {Indy tails 서버 url}