seed-phrase-hasher
v0.0.5
Published
Simple CLI written in NodeJS used to encrypt and decrypt seed phrases using hashes and salt
Maintainers
Readme
npx seed-phrase-hasherFollow the instructions in the CLI application.
Clone the project
git clone https://github.com/Petar-CV/seed-phrase-hasherGo to the project directory
cd seed-phrase-hasherInstall dependencies
npm installStart the CLI application in either development or production mode
npm run start:prod # production mode npm run dev # development modeFollow the instructions in the CLI application.
