Categorygithub.com/machinefi/ioconnect-go
module
0.0.9
Repository: https://github.com/machinefi/ioconnect-go.git
Documentation: pkg.go.dev

# README

ioconnect-go

  • wrap c library ioConnect
  • command line tool didctl for DID util
  • did verifiable credential token service srv-did-vc

srv-did-vc docker registry

run container

docker run --name srv-did-vc -d ghcr.io/machinefi/ioconnect-go:main

exchange vc token by client DID

curl -X POST -d '{"clientID":"did:io:0x637e7a6d4ff1da58d17ede9785c21d7837bec429"}' http://127.0.0.1:9999/issue

verify vc token and retrieve client DID

$ curl -X POST -d '{"token":"..."}' http://127.0.0.1:9999/verify

# Packages

No description provided by the author
No description provided by the author