Update (June 15): Cyberwire on Google Play App Store Cyberwire is an open source proof-of-concept for OpenTransact on Android. In the screencast, we see the Android app used to transfer 10 imaginary coffeebucks using one OpenTransact provider implementation. Even with a different OpenTransact provider implementation, we see the same functionality accessed by the same Android … Continue reading
Category Archives: screencast
What’s new with oscurrency
See this video on blip.tv. This is a 10 minute explanation of the feature changes in the groupy branch. The motivation and design was discussed in RSpec And CanCan Authorization for Intentional Economics three months ago. Continue reading
Easy Heroku Install and Cheepnis
The last post was a proof of concept. Proof of concept has matured to a working system on Heroku thanks to our friends at the Bay Area Community Exchange (BACE). These improvements allow a lower cost, easier to deploy system. With these benefits, it was a no-brainer for the Austin Time Exchange to abandon the … Continue reading
OsCurrency Heroku Deployment
Click To Play “Anyone can run their own financial system.” – Bernard Lietaer at the Naropa Intentional Economics workshop. Thanks to Lee Azzarello, oscurrency can now be deployed to heroku with the master branch. For production use, the edge branch is preferred as previous testing in development and production has been done with edge. Also, … Continue reading
Stupid Currency Tricks: OpenTransact with OsCurrency
Here’s another OpenTransact demo. Last time, Nubux, a simple reference implementation, was the financial service provider. This time, OsCurrency is the FSP. Continue reading
Stupid Currency Tricks: OpenTransact Simple Web Payment
There’s been some good discussion on the Agile Banking list which includes simple web payments. This is like what we did on the previous screencast but simpler (mostly because we’re not using oauth). The use of the callback to confirm the payment can be trouble. The callback could timeout or maybe the merchant is inside … Continue reading
Stupid Currency Tricks: Payment Dropbox with OAuthActiveResource
OAuth support with the OsCurrency API was first demonstrated in January. Ruby on Rails developers may have noticed that I didn’t use ActiveResource with OAuth. Instead, in both the January screencast and the Twitter OAuth Consumer screencast, we coded in raw JSON. This was a bummer because, as easy as it is to write JSON, … Continue reading
Stupid Currency Tricks: Group Currencies and Heroku
Like the last screencast, this one is a result of a feature request. About 9 months ago to the day, I met Johnny & Eva Barnett at Spiderhouse Coffee through Karen Gifford, a board member of ATEN. Johnny suggested a groups feature be added to oscurrency. This happened one week after Rich and I presented … Continue reading
Stupid Currency Tricks: Matching Unmet Needs with Available Resources
The previous five screencasts have been experimental. Anyone who knows Ruby on Rails can install the code and, since it is open source, anyone can make improvements to it. We have seen how the application programming interface (API) allowed for an independently developed killer app to be built. However, until today, to my knowledge, none … Continue reading
Stupid Currency Tricks: Request Notifications with Twitter
Staying with the same theme as the previous screencasts, this one again shows how you don’t have to navigate back to the portal site to participate. Sometimes requests are very time sensitive so it’s important to contact others ASAP about a need. This is a perfect application for Twitter or Identi.ca. When someone creates a … Continue reading