@@ -249,6 +249,7 @@ It has almost the exact same API than the version `1.x` of
249
249
[ ` hdkey ` from cryptocoinjs] ( https://github.com/cryptocoinjs/hdkey ) ,
250
250
but it's backed by this package's primitives, and has built-in TypeScript types.
251
251
Its only difference is that it has to be be used with a named import.
252
+ The implementation is [ loosely based on hdkey, which has MIT License] ( #LICENSE ) .
252
253
253
254
``` js
254
255
const { HDKey } = require (" ethereum-cryptography/hdkey" );
@@ -477,6 +478,29 @@ Copyright (c) 2021 Patricio Palladino, Paul Miller, ethereum-cryptography contri
477
478
478
479
See [LICENSE ](./LICENSE ) file .
479
480
481
+ ` hdkey ` is loosely based on [hdkey ](https : // github.com/cryptocoinjs/hdkey),
482
+ which has [MIT License ](https : // github.com/cryptocoinjs/hdkey/blob/3f3c0b5cedb98f971835b5116ebea05b3c09422a/LICENSE)
483
+
484
+ Copyright (c ) 2018 cryptocoinjs
485
+
486
+ Permission is hereby granted , free of charge , to any person obtaining a copy
487
+ of this software and associated documentation files (the " Software" ), to deal
488
+ in the Software without restriction , including without limitation the rights
489
+ to use , copy , modify , merge , publish , distribute , sublicense , and /or sell
490
+ copies of the Software , and to permit persons to whom the Software is
491
+ furnished to do so , subject to the following conditions :
492
+
493
+ The above copyright notice and this permission notice shall be included in all
494
+ copies or substantial portions of the Software .
495
+
496
+ THE SOFTWARE IS PROVIDED " AS IS" , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
497
+ IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
498
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
499
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
500
+ LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
501
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
502
+ SOFTWARE.
503
+
480
504
[1 ]: https : // img.shields.io/npm/v/ethereum-cryptography.svg
481
505
[2 ]: https : // www.npmjs.com/package/ethereum-cryptography
482
506
[3 ]: https : // img.shields.io/travis/ethereum/js-ethereum-cryptography/master.svg?label=Travis%20CI
0 commit comments