RE: Support Steem.DAO: Return Proposal

avatar

You are viewing a single comment's thread:

Is Steemit going to add the ability to create SPS proposals to their front end from day one? Or will it be weeks before any non-techie can create a proposal?

Posted using Partiko iOS



0
0
0.000
8 comments
avatar
0
0
0.000
avatar

Thanks. This seems to be the only option to actually create a proposal at the moment.

0
0
0.000
avatar

try also this one from steemconnect. Just change the parameters in the url.

0
0
0.000
avatar

Got one for voting? I think steemconnect needs something to handle a proposal ID of 0 possibly...

Keychain also needs to update to latest steemjs before proposal voting can happen too, from what I've gathered. (And can you add it to your nice site when that happens :) )

Example call:

steem_keychain.requestBroadcast('eonwarped', [['update_proposal_votes', { voter: 'eonwarped', proposal_ids: [0], approve: true}]], 'Active', function(response) {
        console.log('main js response - broadcast');
        console.log(response);
    });
0
0
0.000