PlasmaPower / Nault

Nault is a simple Nano wallet based off NanoVault

Home Page:https://nault.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nault

Nault is a community driven fork of the popular Nano wallet NanoVault đź’™

It's a fully client-side signing wallet for sending and receiving Nano in your browser either from publicly hosted nault.cc or by cloning the site and run it locally for example in Web Server for Chrome.

The main difference compared to the original NanoVault is the "server-less" hosting via vercel, seamless integration with any Nano compatible RPC backend/websocket and the aim to be more frequently maintained. Those features together will greatly increase the stability, performance and uptime.

Nault Screenshot


Table of Contents

Install Nault

Nault can be cloned and built from source or downloaded as latest web version to be run directly in your own webserver like this Crome extension. You can also use Nault from any device on the web at nault.cc or run it as a desktop app built on electron.

Bugs/Feedback

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


Everything below is only for contributing to the development of Nault

To download Nault as a desktop app go to the releases section, or use the web wallet at nault.cc


Application Structure

  • Nault - The main wallet application (UI + Seed Generation/Block Signing/Etc).
  • Communication with the network is done via Nano RPC and Websocket protocols, private or public on any nano network.

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/BitDesert/Nault
cd Nault
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 Nault useful and are feeling generous, you can donate at nano_3niceeeyiaa86k58zhaeygxfkuzgffjtwju9ep33z9c8qekmr3iuc95jbqc8

About

Nault is a simple Nano wallet based off NanoVault

https://nault.cc

License:MIT License


Languages

Language:JavaScript 34.7%Language:CSS 32.5%Language:TypeScript 21.9%Language:HTML 10.9%