Skip to content

ede0m/nanors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanors

nanors is meant to be a simple software wallet that works with the Nano network. I have been working on this project in order to learn more about cryptography, cryptocurrency, Nano and programming in Rust.


Wallet operations are preformed within the tokio runtime.


Usage

cargo run

or

cargo build --release and run executable in target directory.


Features

  • seed and account generation
  • transacting on accounts
  • local block signing
  • local proof of work
  • local wallet encryption (aes_gcm)
  • rpc client for interacting with the network
  • websocket client for observing the network.
  • raw/MNano unit conversion

Roadmap

  • account work caching with tasks.
  • bip39 and seed import
  • CLI, manager, wallet in separate project
  • wallet file convention, use OS app dir.
  • handle sigterm in CLI send, change
  • CLI set manager node.

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages