Marvin

Results 17 comments of Marvin

@btchip hey btchip, I'm Marvin one of the core member (developer) from verge and I wanted to quickly ask if there's a documentation for testing those kinds of applications on...

@btchip **Update on this one:** I found a way to Integrate the self-built ledger app into our wallet and checked out quite some things and everything seem to work out...

@gre @btchip Reviewed all stuff internally and tested all basic functionalities by utilizing `ledgerjs/btc-app`. Rebased to latest master.

Why would you wrap your endpoint with `withApiAuth` when this endpoint is expected to also be called by unauthenticated users? What would you expect `withApiAuth` to do for you if...

> To be able to query tables with RLS enabled. I might be missing sth, but haven't managed to get that working. But how you would you achieve querying with...

It requires a complete node to be run. Without a verge node, you won't be able to request anything. How to init it: https://github.com/vergecurrency/vWallet/blob/develop/src/stores/VergeClient.ts#L38-L41 How to (for example) get transaction...

To your other question about to send XVG to multiple addresses: It's not yet supported.

Then it should work if you have done everything correctly, which it sounds. Show me the config & the code for the connection otherwise, I can't help you right now.

This: ``` var verge = require('verge-node-typescript'); verge.auth('vergerpcusername','55CpSuCNvDcYsdQU9w526mkQqJAimSQwCSJL6dPT8wQX'); ``` Should be this: ``` const { Client } = require('verge-node-typescript'); client = new Client({ user: vergerpcusername, pass: '55CpSuCNvDcYsdQU9w526mkQqJAimSQwCSJL6dPT8wQX', }) ``` And please...

This repository is deprecated. You can still use those binaries but on mid term we will switch move to: https://github.com/vergecurrency/electrum