prysm-pulse/validator/accounts/doc.go
Raul Jordan a860648960
Reduce Usage of Eth2 Terminology in Prysm (#9104)
* remove all mentions

* more changes

* folder by folder

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-06-26 19:00:33 +00:00

6 lines
389 B
Go

// Package accounts defines a new model for accounts management in Prysm, using best
// practices for user security, UX, and extensibility via different wallet types
// including HD wallets, imported (non-HD) wallets, and remote-signing capable configurations. This model
// is compliant with the EIP-2333, EIP-2334, and EIP-2335 standards for key management in Ethereum.
package accounts