You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/bitcore-lib-cash/README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,15 @@ The complete docs are hosted here: [bitcore documentation](https://github.com/bi
35
35
36
36
## Examples
37
37
38
-
-[Generate a random address](https://github.com/bitpay/bitcore-lib-cash/blob/master/docs/examples.md#generate-a-random-address)
39
-
-[Generate a address from a SHA256 hash](https://github.com/bitpay/bitcore-lib-cash/blob/master/docs/examples.md#generate-a-address-from-a-sha256-hash)
40
-
-[Import an address via WIF](https://github.com/bitpay/bitcore-lib-cash/blob/master/docs/examples.md#import-an-address-via-wif)
41
-
-[Create a Transaction](https://github.com/bitpay/bitcore-lib-cash/blob/master/docs/examples.md#create-a-transaction)
42
-
-[Sign a Bitcoin message](https://github.com/bitpay/bitcore-lib-cash/blob/master/docs/examples.md#sign-a-bitcoin-message)
43
-
-[Verify a Bitcoin message](https://github.com/bitpay/bitcore-lib-cash/blob/master/docs/examples.md#verify-a-bitcoin-message)
44
-
-[Create an OP RETURN transaction](https://github.com/bitpay/bitcore-lib-cash/blob/master/docs/examples.md#create-an-op-return-transaction)
45
-
-[Create a 2-of-3 multisig P2SH address](https://github.com/bitpay/bitcore-lib-cash/blob/master/docs/examples.md#create-a-2-of-3-multisig-p2sh-address)
46
-
-[Spend from a 2-of-2 multisig P2SH address](https://github.com/bitpay/bitcore-lib-cash/blob/master/docs/examples.md#spend-from-a-2-of-2-multisig-p2sh-address)
38
+
-[Generate a random address](docs/examples.md#generate-a-random-address)
39
+
-[Generate a address from a SHA256 hash](docs/examples.md#generate-a-address-from-a-sha256-hash)
40
+
-[Import an address via WIF](docs/examples.md#import-an-address-via-wif)
41
+
-[Create a Transaction](docs/examples.md#create-a-transaction)
42
+
-[Sign a Bitcoin message](docs/examples.md#sign-a-bitcoin-message)
43
+
-[Verify a Bitcoin message](docs/examples.md#verify-a-bitcoin-message)
44
+
-[Create an OP RETURN transaction](docs/examples.md#create-an-op-return-transaction)
45
+
-[Create a 2-of-3 multisig P2SH address](docs/examples.md#create-a-2-of-3-multisig-p2sh-address)
46
+
-[Spend from a 2-of-2 multisig P2SH address](docs/examples.md#spend-from-a-2-of-2-multisig-p2sh-address)
0 commit comments