Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
add additional tools, edit descriptions
  • Loading branch information
coinables committed Mar 6, 2021
1 parent 42f1d79 commit 792d5af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ <h2>This site is a collection of some open source client-side bitcoin web apps I
<ul>
<li><a href="https://segwitaddress.org">SegwitAddress.org</a> - Segwit paper wallet app.</li>
<li><a href="https://coinables.github.io/explorer">Explorer</a> - Simple bitcoin block explorer.</li>
<li><a href="https://coinables.github.io/bip39">BIP39 Code Converter</a> - Simple BIP39 mnemonic code converter.</li>
<li><a href="https://coinables.github.io/bip39">BIP39 Generator</a> - BIP39 mnemonic phrase generator that uses your mouse movements plus some CSPRNG for entropy.</li>
<li><a href="https://coinables.github.io/wallet">JSWallet</a> - Javascript wallet.</li>
<li><a href="https://coinables.github.io/sweepkey">SweepKey</a> - Tool for sweeping private keys.</li>
<li><a href="https://coinables.github.io/utxobucket">UTXOBucket</a> - Experimental wallet that stores UTXO data for only addresses in your wallet.</li>
<li><a href="https://coinables.github.io/multisig">MultiSig Paper Wallet</a> - Multisig tool with Transaction Builder and Offline Key Signer.</li>
<li><a href="https://coinables.github.io/dragdrop">Drag-Drop</a> - Create private keys by drag and dropping a file or image.</li>
<li><a href="https://coinables.github.io/coldsigner">Cold Signer</a> - Tool to build and sign transactions offline.</li>
<li><a href="https://coinables.github.io/breev">Breev</a> - A simple clone of the infamous price watching site, preev.com</li>
<li><a href="https://coinables.github.io/breev">Breev</a> - A simple clone of the infamous bitcoin conversion site, preev.com</li>
<li><a href="https://coinables.github.io/buidljs">Buidljs</a> - A playground for buidljs.</li>
<li><a href="https://coinables.github.io/mnemonic-recovery">Mnemonic Recovery</a> - A tool to brute force one missing word from a 12-word menmonic phrase.</li>
<li><a href="https://coinables.github.io/mnemonic-slots">Mnemonic Slots</a> - A practical joke page oalong the lines of DirectoryIO but think of a slot machine combined with BIP39 mnemonic words instead of cherries.</li>
</ul>
<b>JSWallet and UTXOBucket currently both share the same storage space and cannot be used together without deleting your local browser storage when changing between apps.</b>
<br>
Expand Down

0 comments on commit 792d5af

Please sign in to comment.