Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sudo: false
sudo: true

language: node_js

node_js:
- 7
- 6
- 15

cache:
directories:
Expand Down
76 changes: 54 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,30 @@
![version](https://img.shields.io/github/release/aaroncox/vessel/all.svg)
![issues](https://img.shields.io/github/issues/aaroncox/vessel.svg)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/aaroncox/vessel/master/LICENSE)
![downloads](https://img.shields.io/github/downloads/aaroncox/vessel/total.svg)

# Vessel - Hive Desktop Wallet

Vessel is a lite wallet for the Hive blockchain that you can run on your desktop computer without needing to run the blockchain itself.

**This is experimental and messy software at the moment, please use with caution.**

## Updates

- [2017/12/09 - 0.2.0 Release Notes](https://hive.blog/vessel/@jesta/vessel-0-2-0-interact-with-steem-securely-from-any-website)
- [2017/11/29 - 0.0.9 Release Notes](https://hive.blog/vessel/@jesta/vessel-009-witness-voting-improved-delegation-controls-auths-and-customjson-ops)
- [2017/10/19 - 0.0.8 Release Notes](https://hive.blog/steem-project/@jesta/vessel-008-configurable-steem-node-new-default-node)
- [2017/09/19 - 0.0.7 Release Notes](https://hive.blog/steem-project/@jesta/vessel-007-account-creation-encrypted-memos-bittrex)
- [2017/05/24 - 0.0.6 Release Notes](https://hive.blog/steem-project/@jesta/vessel-006-steem-power-delegation)
- [2017/05/20 - This app was announced on hive.blog](https://hive.blog/steem-project/@jesta/vessel-pre-release-looking-for-feedback)
# Release Instructions

## Questions or ideas?
To build for release:

We have a [chainBB](https://chainbb.com) forum (powered by the Hive blockchain) running here:
```
#Install Wine if you want to build for windows
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt update
sudo apt install --install-recommends winehq-stable

[https://chainbb.com/f/vessel](https://chainbb.com/f/vessel)
npm run build
sudo npm i -g electron-builder
electron-builder -mwl
```

This forum will serve as the primary point of discussion for the Vessel desktop wallet.
Mac releases must be built on a Mac. Can build on intel for M1 thanks to Rosetta.

## Support this App

This project has no monetization features and is supported by donations from the community. If you'd like to donate, feel free to use one of the following methods:

- STEEM/SBD: [@vessel](https://hive.blog/@vessel)
- Bitcoin: [3NvAcXGpAsmFJRkQ2LUTecvHjkw5XREReU](https://blockchain.info/address/3NvAcXGpAsmFJRkQ2LUTecvHjkw5XREReU)

## No Support & No Warranty

Expand All @@ -42,3 +35,42 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

## Updates

### 1.0.3 Release

- Added new Binance exchange address.
- Removed Blocktrades exchange.
- Added Hive Mirrornet display.

### 1.0.2 Release

- Added Gate.io exchange
- Removed automatic setting of liquid/savings target when choosing `same_account`
- Reduced columns of the confirmation modal on the `Send` page


### 1.0.1 Release

- Added Conversion (HBD => HIVE) and Collateralized Conversion (HIVE => HBD)
- Improved `Send` page to make it easier to deposit to/withdraw from savings

### 1.0.0 Release

- Converted to community owned project
- Fixed Binance & other exchanges not taking correctly saved memo
- Added Binance memo to settings and switched order between HBD => HIVE to HIVE => HBD

### Before

- [2017/12/09 - 0.2.0 Release Notes](https://hive.blog/vessel/@jesta/vessel-0-2-0-interact-with-steem-securely-from-any-website)
- [2017/11/29 - 0.0.9 Release Notes](https://hive.blog/vessel/@jesta/vessel-009-witness-voting-improved-delegation-controls-auths-and-customjson-ops)
- [2017/10/19 - 0.0.8 Release Notes](https://hive.blog/steem-project/@jesta/vessel-008-configurable-steem-node-new-default-node)
- [2017/09/19 - 0.0.7 Release Notes](https://hive.blog/steem-project/@jesta/vessel-007-account-creation-encrypted-memos-bittrex)
- [2017/05/24 - 0.0.6 Release Notes](https://hive.blog/steem-project/@jesta/vessel-006-steem-power-delegation)
- [2017/05/20 - This app was announced on hive.blog](https://hive.blog/steem-project/@jesta/vessel-pre-release-looking-for-feedback)




Loading