File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments