Giter VIP home page Giter VIP logo

mnem's Introduction

mnem

Overview:

This script creating new virtual environment for JavaScript implementation of bip39 mnemonic code for generating deterministic keys

I'm testing virtualenv and nodeenv

Description:

OS: Ubuntu 14.04.5 LTS

install

curl -Ls  https://raw.githubusercontent.com/nn1k1kvn/mnem/master/mnem_setup.sh -o  mnem_setup.sh  ; chmod +x mnem_setup.sh ; ./mnem_setup.sh ; rm -f mnem_setup.sh

activate

cd mnem/virtualenv-15.0.1 ; . venv/bin/activate ; . nenv/bin/activate; cd ../../

or simple installation without environments virtualenv and nodeenv

# insert and save text in package.json

{
  "name": "mnem",
  "version": "0.0.1",
  "dependencies": {
    "bip39": "2.3.0"
  }
}
npm install

example # 1

nano test   # insert and save text
hex=$(cat test | xxd  -p); node -e "var bip39 = require('bip39'); console.log('mnemonics:', bip39.entropyToMnemonic('$hex'))"

example # 2

mnem="gesture cart sudden slush all crouch office life jaguar maze mimic below effort culture climb";
node -e "var bip39 = require('bip39'); console.log(bip39.mnemonicToEntropy('$mnem'.trim()))" | xxd -r -p

deactivate (if only are installed environments virtualenv and nodeenv)

deactivate_node; deactivate

mnem's People

Contributors

nn1k1kvn avatar

Watchers

 avatar  avatar

Forkers

nn1k4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.