Was looking for a Bitcoin Warp Wallet setup with NXT and couldn't find one. So decided to just strip out the existing Warp wallet and integrate it into the nxt wallet.
Benefits of Warp Wallet + NXT:
- Remember 1 passphrase to generate your BTC and NXT wallet
- Deters brute forcing of passphrase as its cpu intensive to generate the addresses
- NXT passphrase uses the generated public and private key combined.
- BTC address shows up in your NXT user panel for easy viewing.



Warp wallet code: Paste the following javascript code in /html/ui/index.html file. Paste it right before the </body tag
http://pastebin.com/idWnDTTy -- Use code with caution. Test it in a sandbox.
I got the code from here:
https://keybase.io/warpDownloaded the single file and stripped out the jquery, and commented out a few lines in the js. Then added in my own JS on the top.