Giter Club home page Giter Club logo

nautilus's Introduction

Nautilus Wallet

The Official Desktop Wallet for Managing Helix tokens (HLX) developed by the Helix Network Organization. The wallet is built based on the Trinity Wallet.

  • Latest release: v1.0.0
  • License: GPLv3

Special thanks to all of the IOTA Contributors!

Prerequisites

  • Node.js (10.16.0)
  • Electron (npm install electron -g)
  • Yarn >= v1.16.0
  • Python 2.7

On Windows platforms you'll need to install build tools to compile native modules:

# Install Visual C++ Build Tools and Python 2.7
npm install --global --production windows-build-tools --vs2015

# Install OpenSSL VC++ Static 64bit Library
git clone https://github.com/Microsoft/vcpkg C:\src\vcpkg
cd C:\src\vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg install openssl:x64-windows-static

Additionally on Windows 7 install .NET Framework 4.5.1

On Linux platforms you'll need to install additional packages to compile native modules:

sudo apt install build-essential libudev-dev libusb-1.0-0 libusb-1.0-0-dev
sudo apt install gcc-4.8 g++-4.8 && export CXX=g++-4.8

Instructions

  1. Clone this repo
git clone https://github.com/netobjex/wallet.git
  1. Go to the wallet directory
cd wallet
  1. Install dependencies
yarn run install-app
  1. Run desktop application
yarn run start
  1. Package app for windows , mac and linux
cd src/desktop
yarn run build

# For windows
yarn run compile:win

# For linux
yarn run compile:linux

# For mac, You should be on mac OS

Discussion

Discuss Nautilus Wallet in our discord.

Want to Contribute?

Awesome ❤️ ❤️. See our contribution guidelines.

Licence Information

See our licence information here

nautilus's People

Contributors

sachushaji avatar shahanaz-patel avatar mahi30795 avatar trycatchajith avatar vipindas28 avatar stefan-precup avatar oracle58 avatar remyajoseph avatar adrian-tocu avatar dzhelezov avatar dependabot[bot] avatar tittuvarghese avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.