I was in the scorum telegram group when a question popped that what if the Scorum frontend goes down, how will users access their wallet or even post.


I have been writing some codes on my hive blog on how to use HIveJS to access some of the frontend properties. I tried using the same with Scorum since they are slightly the same but got hit with an issue.

The error above is what I have been encountering. I wanted to abandon it for another day until I remember a old Scorum tool I have in my disposal.


I have made some adjustments to it to transfer SCR and delegate SP alone.


It is accessible on https://zoneboy.github.io/Scorum/

Transferring SCR

  • Input your username
  • Click Import receivers
  • input the username on a line followed by the comma sign. You can add more usernames on different lines then click import.

Click on transfer Scr then input your private key and send SCR.

Delegate or Undelegate

You can also delegate by inputting the delegators and delegatees name. Then input the scorum power you want to delegate and click delegate.

This will prompt you to input your private key inside and delegate.


The code is live on https://zoneboy.github.io/Scorum/index.html


The source code can be viewed on https://github.com/zoneboy/Scorum


It is entirely safe to use. Goodluck.