zkSync-Community-Hub / community-code

A collaborative repository featuring community-contributed guides for developing on zkSync Era.
https://code.zksync.io
Apache License 2.0
5 stars 2 forks source link

[Feature]: Don't promote private key use at least without warning #25

Open PatrickAlphaC opened 4 weeks ago

PatrickAlphaC commented 4 weeks ago

Description

It's not ok to tell developers its normal to have private keys in plain text. Either:

  1. Show a warning pointing to materials teaching them how to encrypt keys
  2. Show a warning telling devs to use a burner wallet
  3. Use encrypted keys in tutorials

https://code.zksync.io/tutorials/native-aa-multisig#account-abstraction

Rationale

But the noobs be getting rekt

Code of Conduct

itsacoyote commented 3 weeks ago

Thanks for calling that out! We'll get this tutorial updated to use best practices for private keys in projects.