aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2014-09-18 11:49:06 +1000
committerIan Coleman <coleman.ian@gmail.com>2014-09-18 11:49:06 +1000
commit45b8a745084fb42f9c90a12ba10482fabf681dfb (patch)
treeeb8a06c902224f5d19532e25b320828ee03e4e91 /src
parentebd8d4e8b526477edf6190ba1fb9d56a6dbcf2ae (diff)
downloadBIP39-45b8a745084fb42f9c90a12ba10482fabf681dfb.tar.gz
BIP39-45b8a745084fb42f9c90a12ba10482fabf681dfb.tar.zst
BIP39-45b8a745084fb42f9c90a12ba10482fabf681dfb.zip
Acknowledgements and link to source
Diffstat (limited to 'src')
-rw-r--r--src/index.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index a6ac95b..1e3335a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -234,6 +234,61 @@
234 </p> 234 </p>
235 </div> 235 </div>
236 </div> 236 </div>
237
238 <hr>
239
240 <div class="row">
241 <div class="col-md-12">
242
243 <h2>This project is 100% open-source code</h2>
244
245 <p>
246 <span>Get the source code at - </span>
247 <a href="https://github.com/dcpos/bip39" target="_blank">
248 https://github.com/dcpos/bip39
249 </a>
250 </p>
251
252 <h3>Libraries</h3>
253
254 <p>
255 <span>BitcoinJS - </span>
256 <a href="https://github.com/bitcoinjs/bitcoinjs-lib" target="_blank">
257 https://github.com/bitcoinjs/bitcoinjs-lib
258 </a>
259 </p>
260
261 <p>
262 <span>jsBIP39 - </span>
263 <a href="https://github.com/iancoleman/jsbip39" target="_blank">
264 https://github.com/iancoleman/jsbip39
265 </a>
266 </p>
267
268 <p>
269 <span>asmCrypto - </span>
270 <a href="https://github.com/vibornoff/asmcrypto.js" target="_blank">
271 https://github.com/vibornoff/asmcrypto.js
272 </a>
273 </p>
274
275 <p>
276 <span>jQuery - </span>
277 <a href="https://jquery.com/" target="_blank">
278 https://jquery.com/
279 </a>
280 </p>
281
282 <p>
283 <span>Twitter Bootstrap - </span>
284 <a href="http://getbootstrap.com/" target="_blank">
285 http://getbootstrap.com/
286 </a>
287 </p>
288
289 </div>
290 </div>
291
237 </div> 292 </div>
238 293
239 <div class="feedback-container"> 294 <div class="feedback-container">