While we're talking about web wallet, how's the security of your bitcoin wallet?
Many online wallets are either not very secure or centralized (no private key for you), so i hope your wallet could be better
I think you should make your project become open source & put it on GitHub, so people could participate in development of your project
I'm definitely going to post all code, good idea. thanks
Currently the wallet is centralized: when a user makes an account, a JSON call is made to a local bitcoind running on a dedicated server that generates a receiving address which is submitted to an sql database to keep track of each user and their associated addresses.