/steem-delegations

Exploring delegations on the Steem blockchain.

Primary LanguageJavaScriptMIT LicenseMIT

Steem Delegations

This is a project which demonstrates how one can get Steem delegations data from the Steem blockchain.

Technologies Used

Getting Started

Just clone the project. Then install the dependencies with yarn. When the installation has finished you can run the new app with yarn start. These are the steps in more detail:

git clone https://github.com/cutemachine/steem-delegations.git
cd steem-delegations
yarn
yarn start

When the dev server started you can point your broswer to the URL given in the Terminal. Normally this is localhost:1234.

Tutorials

This tutorial has three parts. You can find the three parts by following the links:

Git Tags

If you want to follow along you can check out the tagged sources. There are three tags:

git tag

part1 part2 part3

Demo

You can see a running version of steem-delegations by following this link.

How To Contribute

You want to contribute to this project? Great. You can contact me through my Github profile page, or just send a pull request.