Skip to content

Jassirlink/devportal-tutorials-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devportal-tutorials-js

Javascript Tutorials for the Developer Portal

These examples/tutorials will familiarize you with the basics of operating on the steem blockchain.

Each tutorial is located in its own folder, and has a README.md with an outline of the basic concepts and operations it intends to teach.

The tutorials build on each other. It's suggested you go through them in-order.

Tutorial List

  1. Blog Feed - Pull the list of a user's posts from the blockchain
  2. Steemconnect - Getting started with setting up Steemconnect
  3. Client-side signing - Generate, sign, verify and broadcast transactions via client-side without Steemconnect
  4. Get posts with filters - How to query for posts with specific filters & tags
  5. Get post details - How to get details of each post
  6. Get voters list on content - How to get voters info on post/comment
  7. Get post comments - How to fetch all comments made on particular post
  8. Get account replies - How to get list of latest comments made on content of particular account
  9. Get account comments - How to get list of comments made by particular account
  10. Submit post - How properly format and submit post
  11. Submit comment - How to submit reply to particular post
  12. Edit content - How to properly patch edited content and submit edits
  13. Reblog/Resteem a post - How to reblog/resteem a post

To Run one of the tutorials

Use the command line/terminal for the following instructions

  1. clone this repo

    git clone [email protected]:steemit/devportal.git

  2. cd into the tutorial you wish to run

    ex: cd tutorials/11_submit_comment_reply

  3. Use npm or yarn to install dependencies

    ex: npm i

  4. Run the tutorial

    npm run dev-server or npm run start

  5. After a few moments, the server should be running at http://localhost:3000/

Contributing

If you're interested in contributing a tutorial to this repo. Please have a look at the guidelines for the text portion of the tutorial..

About

Tutorials for the Developer Portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.6%
  • HTML 21.0%
  • CSS 2.4%