This is a project which demonstrates how one can get Steem delegations data from the Steem blockchain.
- SteemJS—Steem.js the official JavaScript library for the Steem blockchain
- Next generation JavaScript
- Hyperapp—1 KB JavaScript library for building frontend applications
- Hyperapp Router—Declarative routing for Hyperapp using the History API
- Bulma—free and open source CSS framework based on Flexbox
- Fontawesome—the web’s most popular icon set
- Parcel—Blazing fast, zero configuration web application bundler
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.
This tutorial has three parts. You can find the three parts by following the links:
- Steem Delegations Tutorial Part One
- Steem Delegations Tutorial Part Two
- Steem Delegations Tutorial Part Three
If you want to follow along you can check out the tagged sources. There are three tags:
git tag
part1 part2 part3
You can see a running version of steem-delegations by following this link.
You want to contribute to this project? Great. You can contact me through my Github profile page, or just send a pull request.