This repository contains sample projects for performing approvals with the Virtual Signer.
-
For an example of a Python project deployed on Azure that approves or rejects requests, see
API_approvals/examples/azure_container_app_proj
. -
For an example of a JS project deployed on AWS as a lambda that approves or rejects requests, see
API_approvals/examples/lambda
. -
For a YAML file of a REST API, see
YAML/customer_example
. -
See
API_approvals/examples/README.md
for more information.
- The
smart_contract_approvals
folder contains a sample Smart Contract that votes for approval, rejection or abstention.