libmonero

Batteries-included Monero Library

MIT License

Stars
23

Bot releases are visible (Hide)

libmonero - v0.1.9 Latest Release

Published by detherminal 7 months ago

  • RPC functions added: get_height, get_block_from_height, get_transaction_from_hash
  • DaemonNode struct added
  • Many bug fixes and improvements

You can find the documents in docs.rs

Don't forget that this is experimental and not audited yet. Please use at your own risk.

libmonero - v0.1.8

Published by detherminal 9 months ago

  • CryptoNight hash function cn_slow_hash added
  • Documentation refactored to docs.rs/libmonero
  • Integration tests and workflows added for better CI

You can find the documents in docs.rs

Don't forget that this is experimental and not audited yet. Please use at your own risk.

libmonero - v0.1.7

Published by detherminal 10 months ago

  • MyMonero type added, now you can generate and use 13-word mnemonic seeds
  • New languages added for both MyMonero (13-word) and Original (25-word) type seeds: eo, fr, it, jp, lj, pt, ru

You can find the documents in docs folder.

Don't forget that this is experimental and not audited yet. Please use at your own risk.

libmonero - v0.1.6

Published by detherminal 10 months ago

Rewrote the rest of the functions in Rust

libmonero - v0.1.5

Published by detherminal 10 months ago

delete old go one

libmonero - v0.1.4

Published by detherminal 10 months ago

Rewrite in Rust

libmonero - v0.1.2

Published by detherminal 10 months ago

This release renames package and module name, adds docs changes etc. Nothing important to list.

libmonero - v0.1.1

Published by detherminal over 1 year ago

Version 0.1.1 Released! This release adds these functions to the previous one:

Utils

  • ValidateAddress(address string) bool

Keys

  • GenerateMnemonicSeed(language string) (string, error)
  • DeriveHexSeedFromMnemonicSeed(mnemonic string, language string) (string, error)
  • DerivePrivateKeysFromHexSeed(hexSeed string) (string, string, error)
  • DerivePrivVKFromPrivSK(privateSpendKey string) (string, error)
  • DerivePublicKeyFromPrivateKey(privateKey string) (string, error)
  • DeriveAddressFromPubKeys(publicSpendKey string, publicViewKey string, network string) (string, error)
libmonero - Version v0.1.0

Published by detherminal over 1 year ago

Initial Version