I'm looking for some assistance: Best resources for a prog…
I'm looking for some assistance:
Best resources for a programmer just starting to work on uploading and retrieving data from the chain?
And, what are the best tools for that job, and their pros and cons?
Thanks to any and all responders.
Replies
Writing:
Datapay - https://github.com/unwriter/datapay
MoneyButton - https://docs.moneybutton.com/
Proxypay - https://github.com/libitx/proxypay
Reading:
Neon Planaria - https://neon.planaria.network/#/?id=neon-planaria
Run - https://runonbitcoin.com/
Reading cont: https://www.mattercloud.net/
Datapay Pros: write to chain in 4 lines code, cons: exposes private key in code
MoneyButton Pros: easy to use, can do anything, cons: relies on mb servers instead of Bitcoin
Proxypay pros: users can write to chain w/ any wallet, cons: no one has implemented it
Planaria: can easily query for types of tx cons: can have performance issues for same reason as MB
Run: easily write/read objects to/from chain cons: not released yet
MatterCloud pros: robust api to write/fetch tx, UTXOs from, cons: lower level in terms of how tx could be parsed and constructed, not ideal for working with OP_RETURN data
Awesome, thanks @145
Study and rewrite github.com/shruggr/bottle-upload