Skip to content

yggdrash/yggdrash-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yggdrash Wallet

Yggdrash Wallet Desktop App for YEED Coin

Download

Latest Release

Homebrew

For Mac users the package is available in Homebrew:

brew update
brew install yarn

Features

  • Available on Windows, Linux (Ubuntu/Debian) and MacOSX (signed).

Build

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. Optionally switch to node 9.8.0, because this is currently developed with this version:

nvm install 9.8.0
nvm use

Install from source:

# Clone this repository
git clone git@bitbucket.org:r2v/yggdrash-wallet.git
# Go into the electron repository
cd yggdrash-wallet
# Install dependencies
yarn install
# Go into the client repository
cd client
# Install dependencies
yarn install
  • In some cases, node-hid doesn't provide pre-built binaries, so is necessary to install the node-hid dependencies to build them from source before running npm install.

Then start:

yarn dev