blockchain
blockchain copied to clipboard
Added POSTMAN collection
Collection contains requests from Medium tutorial and they enable quicker test of block chain implementation.
Hello, I’m new to programming with this type of environment. 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
Sent with GitHawk
Sent with GitHawk
I'm not sure that I understand your question. Postman is not a programming environment it's REST client, you use it only to test your code implementation (it's a bit nicer and easier to use than curl IMO). First see how to run code in projects README. Than you can download this collection import it to your postman (using import button in top left corner (next to big orange NEW button)) and test your code using my prepared requests.