-
Users should be able to flash borrow any yDAI token. (Information on flash borrowing here: https://forum.openzeppelin.com/t/introduction-to-the-flash-loan-pattern-and-its-security-considerations/2331)…
-
Hi there,
I'm not a programmer and I have learned some basic coding skills over the years; I'm also a personal finance geek so this is just an amazing project for me !
That being said, I have al…
-
I have some WealthSimple accounts. Plaid doesn't support WealthSimple, afaik. However, WealthSimple have their own REST API: https://developers.wealthsimple.com/ - which looks like it does everything …
-
Would be nice to be able overwrite the categories from Plaid from some sort of dictionary.
-
Lots of errors could be resolved with some nicer types, i.e. TypeScript.
-
Hi there,
I'm running into an error that I can't seem to fix :
"spreadsheetId": "1L2v2WbA0NWLzv8L9C76cGVxSSxPU7cxJnN7UsM4yY08",
"ranges": [
"Invalid Date!A:undefined"
]
}
✖ Error…
-
When adding tokens to the new design, I was tempted to insert an NFT address. Of course it doesn't work - says a bad contract address.
So lets get NFTs working on the zilpay wallet.
_I've incl…
-
Is there a config option to export all transactions to a single google sheet and update that sheet during future transaction retrieval?
-
Instead of calling the msg sender, mint to the given `to` address and call it
-
**🧐 Motivation**
When testing or scripting with smart contracts involving arithmetic between multiple ERC20 tokens (like an Exchange) it can be very useful to have access to a `DetailedMintableERC20`…