ethersphere / bee-clef

bee-clef is official ethereum clef binary wrapped and preconfigured for bee as a service
GNU General Public License v3.0
79 stars 49 forks source link

add option for exporting clef keys #9

Closed vandot closed 3 years ago

vandot commented 3 years ago

added script that will be inside path so that user can run bee-clef-keys (swarm-clef-keys on Mac) to export json key inside its home folder ~/bee-clef-key.json (~/swarm-clef-key.json on Mac) and password for the key will be loaded in clipboard, ready to be pasted.

Eknir commented 3 years ago

Starting review

Eknir commented 3 years ago

Hi Vandot,

Thanks for this PR. Unfortunately, I don't have enough instructions to try out this branch. What I did:

  1. Clone repo
  2. sudo apt-get purge bee-clef (to remove current installation of bee-clef)
  3. try to run ./packaging/bee-clef-keys script

Most likely, I did something wrong somewhere. Could you please let me know how I can try out your changes? After these instructions, I will proceed to update our documentation or README from bee-clef repo, as it currently does not give enough instructions.

Thanks!