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.
jssha3 - The JS library that contains a variety of different hashing functions
lodash - Library for manipulating data structures
crypto - CryptoNote cryptography utilities
To install from npm:
npm install -g xmr-dev-tools
To run locally: xmr-dev-tools
varpassword="SomeSecretPassword!ThatCanUse@SymbolsAndNumb3r5"varseed=password.repeat(1000)// Or any large numberlodash.times(1000,(i)=>{seed=jssha3.sha3_256(seed)})varwallet=newXMR({seed: seed})