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.mdfor more information.
- The
smart_contract_approvalsfolder contains a sample Smart Contract that votes for approval, rejection or abstention.