You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrating a Calimero context with a blockchain is currently challenging. We’ve heard from developers who have experienced difficulties in implementing blockchain integrations. The goal of this proposal is to simplify and streamline this process by introducing a more robust and context-aware proxy contract system.
Goals
Enable secure and context-specific proposal creation and approval.
Support optional member and permission management through integration with the configuration contract.
Facilitate automated proposal execution upon receiving sufficient peer approvals.
Enhance governance and control by limiting active proposals and managing peer-specific permissions.
Enable developers to deploy proxy contracts for specific context IDs, with deployment scripts and documentation.
Implement automated execution of proposals once they reach the required number of approvals.
Add functionality to register the proxy contract in the configuration for managing members and permissions.
Set limits on total active proposals and the number of proposals each peer can create.
Expose Wasm Feature for Proposal Voting Initiation - @danwilliams
Develop a Wasm feature for initiating proposal voting, with signature-based verification based on peer context identity.
Proposal API for Listing and Approving Proposals - @petarjuki7
Create an API on the node RPC to list and approve proposals, ensuring secure approvals with context identity signatures.
Calimero JS SDK - @frdomovic
Develop a JavaScript SDK to facilitate client interactions with proposals through Calimero.
The text was updated successfully, but these errors were encountered:
Integrating a Calimero context with a blockchain is currently challenging. We’ve heard from developers who have experienced difficulties in implementing blockchain integrations. The goal of this proposal is to simplify and streamline this process by introducing a more robust and context-aware proxy contract system.
Goals
Tasks
Proxy Contract Deployment for Specific Contexts - @xilosada @alenmestrov
Expose Wasm Feature for Proposal Voting Initiation - @danwilliams
Develop a Wasm feature for initiating proposal voting, with signature-based verification based on peer context identity.
Proposal API for Listing and Approving Proposals - @petarjuki7
Create an API on the node RPC to list and approve proposals, ensuring secure approvals with context identity signatures.
Calimero JS SDK - @frdomovic
Develop a JavaScript SDK to facilitate client interactions with proposals through Calimero.
The text was updated successfully, but these errors were encountered: