Giter Site home page Giter Site logo

bweibel / nanovault Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cronoh/nanovault

0.0 1.0 0.0 2.42 MB

Open source wallet for using the Nano cryptocurrency

Home Page: https://nanovault.io

TypeScript 56.28% JavaScript 14.31% CSS 0.81% HTML 28.61%

nanovault's Introduction

NanoVault

NanoVault is a fully client-side signing wallet for sending and receiving Nano on your desktop or in your browser

NanoVault Screenshot


Table of Contents

Install NanoVault

NanoVault is available on your desktop (Windows/Mac/Linux) - just head over to the releases section and download the latest version for your OS.

You can also use NanoVault from any device on the web at nanovault.io

Bugs/Feedback

If you run into any issues, please use the GitHub Issue Tracker or head over to our Discord Server!
We are continually improving and adding new features based on the feedback you provide, so please let your opinions be known!

To get an idea of some of the things that are planned for the near future, check out the Road Map.


Everything below is only for contributing to the development of NanoVault

To download NanoVault go to the releases section, or use the web wallet at nanovault.io


Application Structure

The application is broken into a few separate pieces:

  • NanoVault - The main wallet application (UI + Seed Generation/Block Signing/Etc).
  • NanoVault-Server - Serves the Wallet UI and brokers public communication between the wallet and the Nano Node.
  • NanoVault-WS - Websocket server that receives new blocks from the Nano node and sends them in real time to the wallet ui.

Development Prerequisites

  • Node Package Manager: Install NPM
  • Angular CLI: npm install -g @angular/cli

Development Guide

Clone repository and install dependencies

git clone https://github.com/cronoh/nanovault
cd nanovault
npm install

Run the wallet in dev mode

npm run wallet:dev

Build Wallet (For Production)

Build a production version of the wallet for web:

npm run wallet:build

Build a production version of the wallet for desktop: (Required for all desktop builds)

npm run wallet:build-desktop

Desktop Builds

All desktop builds require that you have built a desktop version of the wallet before running!

Run the desktop wallet in dev mode:

npm run desktop:dev

Build the desktop wallet for your local OS (Will be in dist-desktop):

npm run desktop:local

Build the desktop wallet for Windows+Mac+Linux (May require dependencies for your OS View them here):

npm run desktop:full

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Acknowledgements

Special thanks to the following!

If you have found NanoVault useful and are feeling generous, you can donate at xrb_318syypnqcgdouy3p3ekckwmnmmyk5z3dpyq48phzndrmmspyqdqjymoo8hj

nanovault's People

Contributors

cronoh avatar fu5ha avatar bkilshaw avatar angular-cli avatar raksooo avatar optout21 avatar renesq avatar

Watchers

James Cloos 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.