Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harshvishu/038439294cdc99b6a7547b2c115edfef to your computer and use it in GitHub Desktop.
Save harshvishu/038439294cdc99b6a7547b2c115edfef to your computer and use it in GitHub Desktop.
Swift-Blockchain-NewTransaction
curl -X POST \
http://localhost:5000/transactions/new \
-H 'content-type: application/json' \
-d '{
"sender": "d4ee26eee15148ee92c6cd394edd974e",
"recipient": "4as226eee1514743e92c6cd394edd974f",
"amount": 5
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment