deep-ink-ventures / elio-dao-service

Apache License 2.0
0 stars 0 forks source link

Implement API for Monitoring and Managing Multiclique Wallet #14

Open deep-ink-ventures opened 1 year ago

deep-ink-ventures commented 1 year ago

Description

Create an API to manage and monitor a "multiclique" wallet associated with the soroban network. The API should be capable of listening to on-chain events for changes in the multi-signature thresholds, signers of the wallet and policy attach / detach. This real-time information should be exposed through the API.

Requirements

  1. Create API: Develop an API for managing and retrieving information related to the multiclique wallet.
  2. On-Chain Event Listener: Implement functionality to listen to on-chain events for changes in the multi-signature thresholds, signers and policies.
  3. Expose via API: The real-time information related to threshold changes and signers should be accessible via the API.

Acceptance Criteria