From 6617e637a43e728e338af32ea7c5ffedb016f3bb Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Tue, 28 Nov 2023 10:33:10 -0300 Subject: [PATCH] Update README.md --- packages/polkadart_keyring/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/polkadart_keyring/README.md b/packages/polkadart_keyring/README.md index c2a8c03e..b222e4d8 100644 --- a/packages/polkadart_keyring/README.md +++ b/packages/polkadart_keyring/README.md @@ -1,10 +1,3 @@ - - # Polkadart Keyring Polkadart Keyring is a manager for ed25519-based key pairs in the keyring. It provides a convenient interface to manage ed25519-based key pairs, allowing you to create key pairs from BIP39 mnemonics, add them to the keyring, retrieve key pairs by address or public key, and perform various operations on them.