qerths.blogg.se

Moneymoney.
Moneymoney.





  1. Moneymoney. software#
  2. Moneymoney. code#

Throw in inflation, recession and an energy crunch and the need for the redistribution of wealth has never been more essential. In short, global inequality has worsened, accelerated by the pandemic. “That’s just a snapshot of the disparity in the global distribution of wealth,” Moyle says. She outlined the reasons why money – which Moyle readily admits can only solve so much – must get into the hands of more people, reeling off statistics such as how 10% of the world’s population now own 76% of the world’s wealth and how the world’s ten richest men have doubled their wealth since the pandemic. Money for the end of the world as we know it

moneymoney.

Lisa Moyle, co-founder and chief strategy officer at VC Innovations, posited the compelling idea of “money as a subscription” service, frictionless, on-demand and easily accessible. Check out the MoneyMoney Extensions page-there are now extensions to support privately-held keys, as well as other exchanges.VC Innovation’s CSO Lisa Moyle says the future of money is frictionless, on-demand and accessible

  • Aug 15, 2017: Looks like my work inspired others to write their own crypto currency extensions.
  • You can find my extension on the MoneyMoney Extensions page or on GitHub (along with the source code). Shortly after, I could see the balances from my test account: Knowing Lua from Rack Extension development (those are virtual instruments for Propellerhead’s Reason), the rest was pretty straight-forward. postData)))Ĭontent = connection:request("POST", url. Local apiSign = MM.hmac512(MM.base64decode(apiSecret), path. Local path = string.format("/%s/private/%s", apiVersion, method)

    Moneymoney. code#

    Only a small change to the code was needed and I was ready to make private requests to the Kraken API: function queryPrivate(method, request)

    moneymoney.

    Additionally, he sent me a few lines of code that would perform the authorization. The answer was surprising in a very positive way: The creator of MoneyMoney sent me a link to a test version in which he had just implemented a function called MM.hmac512 (and also MM.base64decode, which I had already done in plain Lua, but gladly replaced right away). I asked them if they had any idea how I could achieve my goal-without falling back to web scraping, of course. After some unsuccessful googling, I nearly gave up, but I decided to give it a last try and wrote an email to the MoneyMoney support. That’s something most programming languages have libraries for, but it was lacking in the limited Lua environment I was trapped in. Shortly after starting to write my Kraken extension, I realized that I would need HMAC signing with SHA512 to talk to the Kraken API. Treating them as securities was an easy and elegant solution to the problem. Luckily, what I intended turned out to be much simpler: I just wanted to see the balances from my Kraken account, multiplied by their current Euro prices. So this sadly excludes crypto currencies.

    moneymoney. moneymoney.

    However, at the time of writing, MoneyMoney does not support currencies that require more than two decimal places. So, why not add support for Kraken, my favorite crypto coin exchange? Not Designed for Crypto CurrenciesĪt first glance, it looks as if you could easily integrate Bitcoin and other crypto currencies. First, this enables you to write your own import and exports scripts and second-which I find the most interesting-, you can interact with 3rd-party services that aren’t supported out-of-the-box. However, what I like most about MoneyMoney are its API and the integrated scripting language: You can roll your own extension with Lua. That’s really great, as it allows you to track virtually all your balances in a single place. In addition though, MoneyMoney supports many banks (and similar services such as PayPal) via HTTP-based APIs or-as a last resort-good ol’ web scraping.

    Moneymoney. software#

    MoneyMoney is a neat banking software for the Mac, mostly targeted to the German market where most banks support the FinTS/HBCI protocol.







    Moneymoney.