Open recoilme opened 6 years ago
simple api for rpc: https://github.com/recoilme/tgram/issues/109 based on https://block.io/pricing but 100 Wallet Addresses per Network limitation in free mode
Is dogecoins will be bounded to global blockchain, or it will be local fork of dogecoins?
i have plans integrate with global blockchain, but right now not many people will use it i think, so i freeze this issue
General Info About Dogecoin - https://ru.wikipedia.org/wiki/Dogecoin Main site - https://dogecoin.com/ Wiki - https://www.reddit.com/r/dogecoin/wiki/dogecoincoreguide github - https://github.com/dogecoin/dogecoin discord - https://discordapp.com/channels/311390524290629632/311390524290629632
Technical info Dogecoin is clone litecoin, litecoin is clone bitcoin, so - dogecoin has rpc server ! wow!
i found rpc client for bitcoin on golang - https://github.com/btcsuite/btcd/tree/master/rpcclient Bitcoin rpc description - https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#Go
For example, the Litecoin’s RPC capabilities can be access just by changing the port to 9332 in the same script; the Dogecoin at 22555, etc https://kryptomusing.wordpress.com/2017/06/12/bitcoin-rpc-via-python/
Reddit implementation info - https://www.reddit.com/r/sodogetip/wiki/index https://sodogetip.xyz/ - sodogetip bot on reddit site how it work - https://www.reddit.com/r/sodogetip/wiki/index
github - https://github.com/just-an-dev/sodogetip issue - https://github.com/just-an-dev/sodogetip/issues/95
How it will work on typegram
How to start