/hedgecoin

Primary LanguagePython

Hedgecoin (temp working name)

Purpose of the app

Allow people to effortlessly invest in crypto currencies and not just bitcoin.

Feature set

User: Get Hedgecoin with BTC Withdrawl BTC

MVP1 See flow > https://moqups.com/cavensio/cNwN7Cmb

MVP2 TBD

Application views

https://moqups.com/cavensio/cNwN7Cmb

Domain modeling

Table transactions

Ether address BTC address Amount received

Challenges

How to manage percentages? > Increasing $ value, etc.... DONE On ethereum? YES, in steps What should working environment look like? (not on Nitrous) > OR....just start on Nitrous and move away later? Local setup? Vagrant? Postgres > how to talk to postgres from local machine? What about other dependencies(?) > Develop on VM? Boilerplate code > Flask like in course examples?

To do

Set up dev on local machine

Steps

Buy

1. Listen to tx on specific bitcoin address using Blockchain.info API 2. When new tx comes in, record buy_tx in DB 3. Open new sell order on Cryptsy, 50% X, 50% Y, using Cryptsy API 4. When order closes > calculate BTC/HGC amount Exception > if first tx 5. Send HGC to Eth address

Sell

tester