https://github.com/makevoid/tallysticks_unbound
Tallysticks - Barclays API integration code - winner of Unbound Hackathon London 2015
https://github.com/makevoid/tallysticks_unbound
barclays blockchain ethereum hackathon invoices london unbound
Last synced: 3 months ago
JSON representation
Tallysticks - Barclays API integration code - winner of Unbound Hackathon London 2015
- Host: GitHub
- URL: https://github.com/makevoid/tallysticks_unbound
- Owner: makevoid
- Created: 2015-11-30T11:45:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T10:01:14.000Z (almost 10 years ago)
- Last Synced: 2025-03-25T06:02:48.006Z (7 months ago)
- Topics: barclays, blockchain, ethereum, hackathon, invoices, london, unbound
- Language: Objective-C
- Homepage: https://github.com/makevoid/tallysticks_unbound/blob/master/README.md
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tallysticks integration to:
### Barclays API
### for: Unbound Hackathon#### Screens:
#### Load Invoice

---
#### Authorize Payment (using the Barclays Launchpad app)

---
#### Invoice saved!

#### Code:
You may want to look at those files if you want to check our code:
Objective-C Code (based on the Barclays sample app)
https://github.com/makevoid/tallysticks_unbound/blob/master/iOS_app/Unbound_Hackathon/ViewController.m#L54-L85
JS Code (of the embedded webview)
https://github.com/makevoid/tallysticks_unbound/blob/master/coffee/tally.coffee
HTML (of the embedded webview)
https://github.com/makevoid/tallysticks_unbound/blob/master/index.html