Add Witness Voting To Vessel
Issue
It would be a very useful feature to include Witness voting built into the wallet so users can more securely use their active keys to vote.
Solution
This Pull Request contains the code necessary to include Witness voting in the Vessel wallet under the Accounts page. The tab is called "Witness Voting" and allows you to view your available votes left, vote new witnesses, remove active witness votes, and more in the future. All of this provided in a comfortable and clean interface that is user friendly and easy to use.
How to Test This Code Or Add Contributions
- Clone my Vessel repository
git clone https://github.com/netuoso/vessel
- Checkout the new branch
git checkout add-witness-voting
- Install dependencies
npm install yarn
yarn install
- Run development server
yarn run dev
- Wait a few seconds/minutes and the Vessel application will open
Screenshots
Links
What is Vessel
Vessel is an open source STEEM Wallet created by @jesta. It is the most widely used STEEM wallet available and by far the most secure way for users to perform blockchain based operations. You can follow the development of Vessel at its home on Github. You should also be sure to check out the latest news on SteemIt under the tag #vessel.
Open Source Contribution posted via Utopian.io