Skip to content

zh/BananoNault

 
 

Repository files navigation

BananoNault ( working title )

BananoNault ( working title ) is a community driven fork of BitDesert/Nault 💙

It's a fully client-side signing wallet for sending and receiving Banano either directly in your browser at bananonault.banano.cc or with the desktop app.

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.

BananoNault Project Banner


Table of Contents

Install BananoNault

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

You can also use BananoNault from any device on the web at bananonault.banano.cc

Bugs/Feedback

If you run into any issues, please use the GitHub Issue Tracker or head over to the Banano 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 BananoNault

~~#### To download BananoNault as a desktop app go to the releases section, or ~~use the web wallet at bananonault.banano.cc (Planned)


Application Structure

  • BananoNault - 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 banano 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/BananoCoin/Nault
cd Nault
npm install

Run the wallet in dev mode

npm run wallet:dev

If you want to debug in VS code, first install debugger for chrome Then you can just go to the debug screen and choose "Launch Chrome http"

Run the wallet in dev mode as https (for example if using the Ledger device)

npm run wallet:dev-ssl

To debug in VS code: Go to debug screen and choose "Launch Chrome https"

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

If electron is not installed globally, you may have run this:

npm run desktop:dev-path

If you want to debug in VS code, first install debugger for chrome Then you can just go to the debug screen and choose "Electron: Main", "Electron: Renderer", or "Electron: All" for both Main and Renderer threads.

Build the desktop wallet for your local OS (Will be in desktop-app\build):

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 (TBD)

Run ng test to execute the unit tests via Karma.

Running end-to-end tests(TBD)

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

Acknowledgements

Special thanks to the following!

If you have found Banano(Nault) useful and are feeling generous, you can donate

  • to the creators of Nault at nano_3niceeeyiaa86k58zhaeygxfkuzgffjtwju9ep33z9c8qekmr3iuc95jbqc8
  • to the team who has adapted Nault for banano at ban_TBD

Packages

No packages published

Languages

  • JavaScript 33.5%
  • CSS 31.5%
  • TypeScript 23.8%
  • HTML 11.2%