BitShares Forum

Other => Graveyard => MemoryCoin => Topic started by: emre on January 15, 2014, 04:00:57 pm

Title: [ANN][DEVS] 2 new python libraries for app developers
Post by: emre on January 15, 2014, 04:00:57 pm
memorycoin-python

a fork of bitcoin-python with fixes.

https://github.com/memorycoin/memorycoin-python (repo includes a small documentatiton.)

asm2mmc

https://github.com/memorycoin/asm2mmc

memorycoin address decoder for asm_hash strings on the transaction data. it's useful to reverse asm_hash to mmc addresses.

happy hacking!
Title: Re: [ANN][DEVS] 2 new python libraries for app developers
Post by: FaSan on January 15, 2014, 04:07:13 pm
Great Work !  ;)
Title: Re: [ANN][DEVS] 2 new python libraries for app developers
Post by: serkan on January 15, 2014, 04:15:22 pm
great !
Title: Re: [ANN][DEVS] 2 new python libraries for app developers
Post by: 5chdn on January 15, 2014, 10:49:13 pm
Indeed, I really start loving our CTO team :)
Title: Re: [ANN][DEVS] 2 new python libraries for app developers
Post by: isaacgoldbourne on January 16, 2014, 12:33:37 am
You don't need asm2mmc to extract sending address from transactions:)
Title: Re: [ANN][DEVS] 2 new python libraries for app developers
Post by: emre on January 16, 2014, 05:22:00 am
You don't need asm2mmc to extract sending address from transactions:)

it depends on the case.

f.e: if you operate an dice app, you will get the sender address on ./bitcoind listransactions since one of the addresses of the client is output.

on the other hand, if you want to parse a transaction data which does not include one of your addresses  (./bitcoind getrawtransaction $tx_id 1) you will need it.

do I miss something? :)
Title: Re: [ANN][DEVS] 2 new python libraries for app developers
Post by: Delinquency on January 16, 2014, 07:35:13 am
Very nice. I enjoy Python over PHP.

Now I can finish mmc-square lotto.