Skip to content

Commit 1764d45

Browse files
committed
README: added Quickcoin
1 parent 8cc1f05 commit 1764d45

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ console.log(key.pub.getAddress().toString())
8484
// => 14bZ7YWde4KdRb5YN7GYkToz3EHVCvRxkF
8585
```
8686

87+
8788
### Creating a Transaction
8889

8990
```javascript
@@ -108,6 +109,7 @@ console.log(tx.toHex())
108109
// You could now push the transaction onto the Bitcoin network manually (see https://blockchain.info/pushtx)
109110
```
110111

112+
111113
### Creating a P2SH Multsig Address
112114

113115
``` javascript
@@ -126,7 +128,6 @@ console.log("multisigP2SH:", multisigAddress)
126128
```
127129

128130

129-
130131
## Projects utilizing BitcoinJS
131132

132133
- [Coinpunk](https://coinpunk.com)
@@ -139,7 +140,9 @@ console.log("multisigP2SH:", multisigAddress)
139140
- [Dark Wallet](https://darkwallet.unsystem.net)
140141
- [Dogechain Wallet](https://dogechain.info)
141142
- [GreenAddress](https://greenaddress.it)
142-
- [DecentralBank](http://decentralbank.com)
143+
- [DecentralBank](http://decentralbank.co)
144+
- [Quickcoin](https://wallet.quickcoin.co)
145+
143146

144147
## Contributors
145148

@@ -149,6 +152,7 @@ Since then, many people have contributed. [Click here](https://github.com/bitcoi
149152

150153
Daniel Cousens, Wei Lu, JP Richardson and Kyle Drake lead the major refactor of the library from 0.1.3 to 1.0.0.
151154

155+
152156
## Contributing
153157

154158
Join the ongoing IRC development channel at `#bitcoinjs-dev` on Freenode.

0 commit comments

Comments
 (0)