File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,9 @@ The below examples are implemented as integration tests, they should be very eas
8787
8888- [ Generate a random address] ( https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/basic.js#L8 )
8989- [ Generate a address from a SHA256 hash] ( https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/basic.js#L20 )
90- - [ Import an address via WIF] ( https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/basic.js#L29 )
91- - [ Create a Transaction] ( https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/basic.js#L36 )
90+ - [ Generate a address and WIF for Litecoin] ( https://github.com/bitcoin/bitcoinjs-lib/blob/master/test/integration/basic.js#L29 )
91+ - [ Import an address via WIF] ( https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/basic.js#L43 )
92+ - [ Create a Transaction] ( https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/basic.js#L50 )
9293- [ Sign a Bitcoin message] ( https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/advanced.js#L9 )
9394- [ Verify a Bitcoin message] ( https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/advanced.js#L17 )
9495- [ Create an OP RETURN transaction] ( https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/advanced.js#L24 )
You can’t perform that action at this time.
0 commit comments