You are viewing a single comment's thread from:

RE: [steemit] How to migrate your DAPPS to Hive - Script 1: WHERE IS MY HONEY?? {steemJS}

in #hive4 years ago (edited)

You prefer running this as a nodeJs script?


Here are the steps:

  • Download NodeJs on your machine
  • Create a new folder for your project via terminal - eg. mkdir hello-hive
  • Navigate into the newly created folder - eg. cd hello-hive
  • Initialize npm: npm init and (to keep it simple) keep pressing enter until you get back control of the terminal
  • Create a file named index.js, copy my code snippet above and add this 1 line at the top: const steem = require('steem');
  • Execute: npm install --save steem

You can now execute the script running: node index.js

Coin Marketplace

STEEM 0.27
TRX 0.11
JST 0.031
BTC 67626.56
ETH 3806.42
USDT 1.00
SBD 3.76