Social Wallet API + MMT Rails App Experiment
Have just seen the existence of this: https://github.com/Commonfare-net/social_wallet_ruby
A simple ruby client for the Social Wallet API. It supports both the backends of the SWAPI: the database (e.g. mongo), for local transactions within the wallet, and the blockchain (e.g. faircoin), for transactions between the wallet addresses and public addresses on a blockchain.
Would it be worth running a rapid prototype with this?
Lets say that MMT Rails App were sitting ontop of a BTC multisig wallet. Could we use the swapi
to be the "source of truth" for when to invoke funds into the MMT Rails App?
Admins could the 'assign' funds to different accounts without the underlying BTC needing to move?
The main aim of the experiment would be to see how it feels to have invokation of funds happen programatically based on an underlying 'truth' (funds exist in this BTC multsig wallet) rather than 'an admin invoked these funds into the system'.