New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nawano

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nawano

Nano REPL CLI

  • 0.1.6
  • PyPI
  • Socket score

Maintainers
1
 ___ ___ _ _ _ ___ ___ ___ 
|   | .'| | | | .'|   | . |
|_|_|__,|_____|__,|_|_|___|
           100% OSS, BSD-2

Nawano is a simple, fast and secure way to manage your Nano funds locally—without doing any syncing, and without having to trust a wallet provider on the World Wide Web.

Seeds are encrypted with AES-256 and never leaves your computer.

Node communication is done over RPC; locally or using a remote backend (such as Canoe).

Want to know more about Nano?

  • Check out the official website.

Want some free Nano to get started?

Demo

Shows some common wallet operations.

asciicast

Installing

Linux (Ubuntu)

available setup (pip) environment variables:

  • USE_GPU (install OpenCL libs and set to 1 to use the GPU for work generation)
$ sudo apt-get install libb2-dev python3
$ sudo pip3 install nawano --upgrade
$ nawano

MacOS

available setup (pip) environment variables:

  • USE_GPU (enabled by default, set to 0 to use CPU for work generation)
  • LINK_OMP (enabled by default, set to 0 to use gcc with builtin GOMP)
$ brew install gcc libb2 libomp python3
$ sudo pip3 install nawano --upgrade
$ nawano

Windows

Nawano can be installed in Microsoft Windows using WSL.

  1. Enable WSL: https://docs.microsoft.com/en-us/windows/wsl/install-win10
  2. Using Microsoft Store, install Ubuntu Linux and start it.
  3. Follow the Ubuntu Linux install instruction above.

You may now close the terminal window and simply run wsl nawano to start the application.

Project status

While Nawano does work, it's currently under heavy development and should probably be considered unstable as it lacks tests and extensive real-world use.

Quality improvements

  • API documentation
  • Usage documentation (Wiki)
  • Unit tests & TravisCI

Features

  • Transaction history
  • Application logging

Install guides

  • Linux
  • MacOS
  • Windows

Future plans

  • Ledger integration
  • Yubikey integration
  • Official Debian package

License

Please bare in mind that—just as the official Nano software—Nawano uses the BSD 2-Clause License (i.e. no liability for loss of funds).

Author

Robert Wikman <rbw@vault13.org>

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc