Sign inSign up

versa/client-sender

By versa

Updated about 1 year ago

A client implementation for sending receipts on the Versa network

Image
API management
Web servers
1

1.5K

versa/client-sender repository overview

Versa Client Sender

This is an open-source client implementation for sending receipts over the Versa network. It should be deployed to your private cloud. From there, you can send receipts to the /sender/send endpoint, and it will:

  • register the transaction handles with the Versa Registry
  • encrypt and send the receipt data to any authorized receivers returned by the Registry

Getting Started

Run the image with the necessary environment variables:

docker run \
    -e VERSA_CLIENT_ID=versa_cid_xxxxxxxxxxxxx \
    -e VERSA_CLIENT_SECRET=versa_csk_xxxxxxxxx
    -p 8080:8080 \
    87c6faff1243

Tag summary

Content type

Image

Digest

sha256:a6fe7315b

Size

47.2 MB

Last updated

about 1 year ago

docker pull versa/client-sender