You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.4 KiB

  1. {
  2. "variables": [],
  3. "info": {
  4. "name": "blockchainIDsystem",
  5. "_postman_id": "4f8e319b-3c66-8ce8-ae09-091c53a281f1",
  6. "description": "",
  7. "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
  8. },
  9. "item": [
  10. {
  11. "name": "http://127.0.0.1:3002/register",
  12. "request": {
  13. "url": "http://127.0.0.1:3002/register",
  14. "method": "POST",
  15. "header": [
  16. {
  17. "key": "Content-Type",
  18. "value": "application/json",
  19. "description": ""
  20. }
  21. ],
  22. "body": {
  23. "mode": "raw",
  24. "raw": "{\n\t\"address\": \"asdf1\"\n}"
  25. },
  26. "description": ""
  27. },
  28. "response": []
  29. },
  30. {
  31. "name": "http://127.0.0.1:3002/peers",
  32. "request": {
  33. "url": "http://127.0.0.1:3002/peers",
  34. "method": "GET",
  35. "header": [],
  36. "body": {},
  37. "description": ""
  38. },
  39. "response": []
  40. },
  41. {
  42. "name": "http://127.0.0.1:3002/blocks/genesis",
  43. "request": {
  44. "url": "http://127.0.0.1:3002/blocks/genesis",
  45. "method": "GET",
  46. "header": [],
  47. "body": {},
  48. "description": ""
  49. },
  50. "response": []
  51. },
  52. {
  53. "name": "http://127.0.0.1:3004/blocks/next/a5B-sv24LTvo80ZvQg1uf3bmDwqyjU9LxVEtIrmkkn0=",
  54. "request": {
  55. "url": "http://127.0.0.1:3004/blocks/next/a5B-sv24LTvo80ZvQg1uf3bmDwqyjU9LxVEtIrmkkn0=",
  56. "method": "GET",
  57. "header": [],
  58. "body": {},
  59. "description": ""
  60. },
  61. "response": []
  62. }
  63. ]
  64. }