Skip to content

Commit

Permalink
4. seed.privatekey & seed.chaincode [update]
Browse files Browse the repository at this point in the history
  • Loading branch information
just-do-halee committed Jun 28, 2022
1 parent 54a00a7 commit 61dc32d
Show file tree
Hide file tree
Showing 7 changed files with 6,074 additions and 50 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.3.0 (June 28, 2022)

### Release 0.3.0

- Updated:
- seed.privatekey
- seed.chaincode

---

## 0.2.0 (April 6, 2022)

### Release 0.2.0
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yarn add mnemonic-seed-js
## **_`Examples`_**

```typescript
import Seed from 'mnemonic-seed-js';
import Seed from "mnemonic-seed-js";

const seed = Seed.new();

Expand All @@ -33,6 +33,8 @@ const seed = Seed.new();
seed.buffer; // Bytes
seed.entropy; // Binary
seed.mnemonic; // Mnemonic
seed.privatekey; // Private Key
seed.chaincode; // Chain Code

seed.kill(); // clear all datas
```
Expand Down
Binary file modified coverage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 61dc32d

Please sign in to comment.