radicleart / stxeco-vote

Upgrade for voting
GNU Affero General Public License v3.0
1 stars 0 forks source link

Proposal Contract #10

Closed radicleart closed 8 months ago

radicleart commented 9 months ago

The actual proposal to be voted upon is deployed on chain.

The content in the proposal needs careful consideration because it is parsed from the contract and displayed in the UI and is the content the user is actually voting for. The meta data is strucctured and contains the fields below;

Proposal edp017-testnet-stacks-update-x

;; DAO: Ecosystem DAO
;; Title: Test Proposal X
;; Author(s): Stacks community
;; Synopsis: This proposal outlines updates to the Stacks blockchain:
;; Description: Stacks is a network-wide upgrade that aims to further strengthen the 
;; connection between Stacks and Bitcoin.

(impl-trait 'ST167Z6WFHMV0FZKFCRNWZ33WTB0DFBCW9M1FW3AY.proposal-trait.proposal-trait)

(define-public (execute (sender principal))
    (ok true)
)