Skip to content

Commit

Permalink
Changed readmes and license blox referances
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-blox committed Oct 31, 2024
1 parent 92c7958 commit d38e4ad
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 2019 Blox.io
Copyright (C) 2019 ssvlabs.io

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

<program> Copyright (C) 2019 Blox.io
<program> Copyright (C) 2019 ssvlabs.io
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Blox Eth Key Manager
# Eth Key Manager

<!-- [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fbloxapp%2Feth2-key-manager.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fbloxapp%2Feth2-key-manager?ref=badge_shield) -->

Blox Eth Key Manager is a library wrapping all major functionality an eth 2.0 validator will need:
Eth Key Manager is a library wrapping all major functionality an eth 2.0 validator will need:
- [Multi storage implementations](https://github.com/ssvlabs/eth2-key-manager/tree/master/stores)
- [Signer](https://github.com/ssvlabs/eth2-key-manager/tree/master/validator_signer)
- [Slashing protection](https://github.com/ssvlabs/eth2-key-manager/tree/master/slashing_protection)
Expand Down
2 changes: 1 addition & 1 deletion eth1_deposit/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blox Eth Key Manager - ETH 1 Deposit
# Eth Key Manager - ETH 1 Deposit


Easily create an eth1 deposit.
Expand Down
2 changes: 1 addition & 1 deletion signer/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blox Eth Key Manager - Validator Signer
# Eth Key Manager - Validator Signer


Validator Signer has the responsibility to sign the basic 3 operations an eth 2.0 validator needs:
Expand Down
2 changes: 1 addition & 1 deletion slashing_protection/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blox Eth Key Manager - Slashing Protector
# Eth Key Manager - Slashing Protector



Expand Down
2 changes: 1 addition & 1 deletion stores/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blox Eth Key Manager - Stores
# Eth Key Manager - Stores


Store is a place that saves and fetches data used by a portfolio,wallet and accounts.
Expand Down
2 changes: 1 addition & 1 deletion wallets/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Blox Eth Key Manager - Wallets
# Eth Key Manager - Wallets


### Hierarchical Deterministic(HD)
Expand Down

0 comments on commit d38e4ad

Please sign in to comment.