Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

XMR-DEV-TOOLS

As of now all this library does is generate Monero brain wallets from 32-byte (64 hex character) strings. Eventually this library will contain a variety of Monero related dev scripts.

Global Variables

jssha3 - The JS library that contains a variety of different hashing functions

lodash - Library for manipulating data structures

crypto - CryptoNote cryptography utilities

Installation

To install from npm: npm install -g xmr-dev-tools

To run locally: xmr-dev-tools

Tutorial

varpassword="SomeSecretPassword!ThatCanUse@SymbolsAndNumb3r5"varseed=password.repeat(1000)// Or any large numberlodash.times(1000,(i)=>{seed=jssha3.sha3_256(seed)})varwallet=newXMR({seed: seed})

About

Dev Scripts for Monero Exploration

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages