/vote-test

vote a post

Primary LanguageJavaScript

Steem Vote Code

This repository contains JavaScript code to make a vote on the Steem blockchain.

Requirements

A Steem account A private key for the Steem account A version of Node.js installed on your computer

How to Use

Clone this repository to your computer. Install the required dependencies by running npm install in the terminal in the project folder. Replace the placeholder values for the Steem account name, private key, and vote parameters in the index.js file with your own values. Run the code by typing node index.js in the terminal.

readm2 docs