Bitcoin Forum

Bitcoin => Project Development => Topic started by: ucerron on July 31, 2014, 05:25:05 AM



Title: Decentralized offchain Banking system and colored coins Project
Post by: ucerron on July 31, 2014, 05:25:05 AM
I've been working on an open source decentralized offchain banking project, which is basically a complete decentralized peer to peer version of open transactions voting pool allowing allowing for off chain transactions by using a variant of bitcoinj's micro payments channels multisignature scheme (although this might change).

this paper is still a very rough draft for me, just wanted to get it out there and get some general feedback on my approach.

the white paper rough draft is located here https://github.com/DecentralBank/whitepaper.

We have also been working on a colored coins chrome extension wallet. It's still in pre alpha version for now but we will transition to alpha next weekend, since the wallet can work independently from the decentral network we will release it first.

https://i.imgur.com/TIAwpYj.png
https://i.imgur.com/mxzVrre.png


the website is decentralbank.com.


Title: Re: Decentralized offchain Banking system and colored coins Project
Post by: bitpop on July 31, 2014, 07:48:28 AM
This is something I can get behind


Title: Re: Decentralized offchain Banking system and colored coins Project
Post by: kolinko on July 31, 2014, 10:57:43 AM
Did you read about a concept of distributed oracles?

https://github.com/orisi/wiki/wiki/Orisi-White-Paper

and the source code repo:

http://github.com/orisi/orisi

While it's quite different from what you're proposing, distributed oracles also allow for handling banking/trading offchain, using multisig accounts. It would definitely be worth for you to see what's being done in this area :)


Title: Re: Decentralized offchain Banking system and colored coins Project
Post by: Coinprism on July 31, 2014, 01:08:22 PM
Is it compatible with the open assets (https://github.com/OpenAssets/open-assets-protocol/blob/master/specification.mediawiki) standard for colored coins?


Title: Re: Decentralized offchain Banking system and colored coins Project
Post by: ucerron on July 31, 2014, 02:00:39 PM
This is something I can get behind
Glad to hear that.
Did you read about a concept of distributed oracles?

https://github.com/orisi/wiki/wiki/Orisi-White-Paper

and the source code repo:

http://github.com/orisi/orisi

While it's quite different from what you're proposing, distributed oracles also allow for handling banking/trading offchain, using multisig accounts. It would definitely be worth for you to see what's being done in this area :)
Will take a look at this. thanks!

Is it compatible with the open assets (https://github.com/OpenAssets/open-assets-protocol/blob/master/specification.mediawiki) standard for colored coins?

I was discussing this with my teammates, I will read more into the protocol and play around with it.


Title: Re: Decentralized offchain Banking system and colored coins Project
Post by: ucerron on August 17, 2014, 07:50:56 PM
testing our code and adding new features for our browser extension wallet, stay tuned for our alpha release next week at decentralwallet.com (http://decentralwallet.com) , If you have any questions or suggestions about our architecture or code shoot us an email at decentralteam@gmail.com or subscribe if you'd like to learn more about the wallet or the offchain network.