Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code: Tutorial for client signing of transaction - no steemconnect #6

Closed
9 tasks done
relativityboy opened this issue Mar 23, 2018 · 2 comments · Fixed by #12
Closed
9 tasks done

Code: Tutorial for client signing of transaction - no steemconnect #6

relativityboy opened this issue Mar 23, 2018 · 2 comments · Fixed by #12
Assignees
Labels
13 - SW Steemworks Points tutorial-js Describes actions around a Javascript tutorial

Comments

@relativityboy
Copy link
Contributor

relativityboy commented Mar 23, 2018

Developers will want to be able to create transactions on a server, then send them to the client for signing, and ether pass them back through the application, or have the client post them directly to the blockchain.

Create a tutorial that follows both of these transaction paths.

AC

  • app does not use steemconnect
  • app points at testnet by default. Instructions on how to point to production (comment/uncomment line)
  • use established best practices for this tutorial
  • example runs server that generates low impact transactions at button click and sends to client
  • user should be able to choose transaction type
  • client signs transaction generated by server
  • 1. client sends directly to blockchain
  • 2. client sends to server which sends to blockchain
  • success is indicated in UI.

Note
Creation of readme is covered in issue #8

@relativityboy relativityboy added the tutorial-js Describes actions around a Javascript tutorial label Mar 23, 2018
@relativityboy relativityboy changed the title Tutorial for client signing of transaction - no steemconnect Code: Tutorial for client signing of transaction - no steemconnect Mar 23, 2018
@feruzm
Copy link
Contributor

feruzm commented Mar 26, 2018

  1. Follow/Unfollow/Reblog = Posting authority/permission
  2. Account update = Active authority/permission

@inertia186
Copy link
Contributor

Repeatable operation to test with most keys:

  {
    "roles": ["posting", "active", "owner"],
    "operation": "custom_json",
    "params": [
      "required_auths",
      "required_posting_auths",
      "id",
      "json"
    ]
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
13 - SW Steemworks Points tutorial-js Describes actions around a Javascript tutorial
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants