Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Set maintenance mode #352

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Eth Keyring Controller

> [!WARNING]
> This package has been merged with [`@metamask/keyring-controller`](https://github.com/MetaMask/core/tree/main/packages/keyring-controller).
> This repository is in maintenance mode and PRs will no longer be accepted, with the exception of security changes.

A module for managing groups of Ethereum accounts called "Keyrings", defined originally for MetaMask's multiple-account-type feature.

To add new account types to a `KeyringController`, just make sure it follows [The Keyring Class Protocol](./docs/keyring.md).
Expand Down
Loading