Skip to content

Commit 0371fb7

Browse files
author
Zach Alam
authored
Update README.md
1 parent 841b8ab commit 0371fb7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn add bitfact
2222

2323
## Powerful Features
2424
- 🖐️ Fingerprint all types of data with 2 easy calls.
25-
- ♾️ Permanent data hash on the Ethereum blockchain.
25+
- ♾️ Permanent hash on the Ethereum blockchain.
2626
- ⛽ Tiny gas fees (~21,000) - the same as sending ether.
2727
- 😎 Use with: mainnet (live), ropsten (testnet), & beaconchain (eth2).
2828

@@ -56,7 +56,11 @@ The `receipt` (or response) typically takes ~15 seconds (Ethereum block time) to
5656
```javascript
5757
{
5858
info: { chain: 'ropsten' },
59-
fact: 'BitFact:file|sha256:d15ec3fd4c6|memo:this is memo',
59+
fact: {
60+
BitFact: 'file',
61+
sha256: 'd2fb204b925188c4240571be35e1d5b5ec3fd4c6',
62+
memo: 'this is the memo'
63+
},
6064
hash: 'd2fb204b925188a9ac4240571be35e1d5b5ec3fd4c6',
6165
stamp: {
6266
blockHash: '0x400938bdc4c4eddf90ff70de20e37a25f77d66282',

0 commit comments

Comments
 (0)