blockstack-packages / blockstack-apps

Blockstack tutorials
https://blockstack.org
MIT License
41 stars 13 forks source link

App Request $500: Decentralized Asset Exchange #10

Open pstan26 opened 7 years ago

pstan26 commented 7 years ago

Looking for help with a decentralized asset exchange. For example, I want to be able to sell or buy a Blockstack.ID safely with another owner of a Blockstack ID

See https://forum.blockstack.org/t/500-app-request-decentralized-asset-exchange/771 as well.

pstan26 commented 7 years ago

https://github.com/blockstack/blockstack-apps/issues/2 and get $25 for drafting a simple PRD :-)

pstan26 commented 7 years ago

Adding @cryptocracy's comment in chat.blockstack.org #apps channel:

cryptocracy [4:11 PM] It could be done via an escrow functionality built with electron, and could be prototyped pretty quickly possibly if you used a node-red instance wrapped in electron. Similar to https://github.com/natcl/electron-node-red

[4:13 PM] The hardest part of the prototyping would probably be getting blockstack integrated into the node-red instance with in the electron framework constraints. I know it should be doable though since both are highly extensible