This file helps figure out your private and public keys for Gravity Protocal using your Brainkey.
- Install NodeJs and Npm: https://nodejs.org/en/
- Then download this repository as a folder.
- In command line or shell go to this unzipped folder.
- Run
npm install
- Run
node generate_keys_by_brainkey.js "your super long and interesting and boring and what not brain key"
- This will then return your private and public keys.