Open dvf opened 6 years ago
Seems the slack invite has expired. Would you be able to send another one? I think another item for implementation is adding senders/receivers or wallets. I am not so sure that is missing as much as not discussed.
any updates on this? can't wait to read the next article
hello, interested in progress here
Very impressed. Didn't see node register function available in current version, am i missing anything? Interested in progress here +1!
Interested in part 2 and would help out!
Great work. Eager to contribute.
File "blockchain.py", line 50 print(f'{last_block}') ^ SyntaxError: invalid syntax
that single quote mark has some problems ,could you please help me...
@zhouzhou84 What's your python version? f-string
is a new syntax introduced of python 3.6.
https://www.python.org/dev/peps/pep-0498/
@dvf : For Transaction Verification, at what implementation are we looking at for attaching nodes with public keys?
Is this project still in production?
I don't konw,I am just curious about it,now it run successfully. On 2018-04-06 17:42 , James Peters Wrote: Is this project still in production? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Hello, I’m new to programming. I’m stuck on the Postman version. Not sure to begin, is there any suggestions where to start. I have downloaded postman.
Sent with GitHawk
I remembered there was a file in the folder which can execute with command"./ Postman", then it starts. Make sure that blockchain.py is running, then you can input"http:// localhost:5000/mine" to mine a block, other operations are same to it. On 2018-05-07 22:26 , hashTagKehl Wrote: Hello, I’m new to programming. I’m stuck on the Postman version. Not sure to begin, is there any suggestions where to start. I have downloaded postman. Sent with GitHawk — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@dvf Hello. Is there any news about part 2?
@dvf Any update on Part 2? Would still be helpful if you only released the P2P protocol.
@dvf Hey! I'd love to see the second part of this tutorial/ example! Is there any chance it will appear somewhere there soon?
comments please
@dvf Any updates on this? 🔥
I'm working on Part 2. So I thought I'd share a bit of the roadmap. I'm aiming on publishing sometime in the next week but still have a few hurdles and could use your expertise.
Hop on to our Slack if you wanna get involved.
get_chain
,post_transactions
,get_nodes
,post_block
, ...aiohttp
over Flaskasyncio
allows us to have an event loop for introspection (and pinging other nodes)private.key
,public.key
which should be generated before runtime.