@@ -84,6 +84,7 @@ console.log(key.pub.getAddress().toString())
84
84
// => 14bZ7YWde4KdRb5YN7GYkToz3EHVCvRxkF
85
85
```
86
86
87
+
87
88
### Creating a Transaction
88
89
89
90
``` javascript
@@ -108,6 +109,7 @@ console.log(tx.toHex())
108
109
// You could now push the transaction onto the Bitcoin network manually (see https://blockchain.info/pushtx)
109
110
```
110
111
112
+
111
113
### Creating a P2SH Multsig Address
112
114
113
115
``` javascript
@@ -126,7 +128,6 @@ console.log("multisigP2SH:", multisigAddress)
126
128
```
127
129
128
130
129
-
130
131
## Projects utilizing BitcoinJS
131
132
132
133
- [ Coinpunk] ( https://coinpunk.com )
@@ -139,7 +140,9 @@ console.log("multisigP2SH:", multisigAddress)
139
140
- [ Dark Wallet] ( https://darkwallet.unsystem.net )
140
141
- [ Dogechain Wallet] ( https://dogechain.info )
141
142
- [ GreenAddress] ( https://greenaddress.it )
142
- - [ DecentralBank] ( http://decentralbank.com )
143
+ - [ DecentralBank] ( http://decentralbank.co )
144
+ - [ Quickcoin] ( https://wallet.quickcoin.co )
145
+
143
146
144
147
## Contributors
145
148
@@ -149,6 +152,7 @@ Since then, many people have contributed. [Click here](https://github.com/bitcoi
149
152
150
153
Daniel Cousens, Wei Lu, JP Richardson and Kyle Drake lead the major refactor of the library from 0.1.3 to 1.0.0.
151
154
155
+
152
156
## Contributing
153
157
154
158
Join the ongoing IRC development channel at ` #bitcoinjs-dev ` on Freenode.
0 commit comments