nodejs-verge icon indicating copy to clipboard operation
nodejs-verge copied to clipboard

a nodejs client for VERGE

Results 9 nodejs-verge issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Hello, After I ran Onlynet and Testnet, how can I initial or get some XVG coin for testing?

Is there a simple API using which we can create XVG public address and private key? Without the need to install and run verged on the server.

I've installed verge-node `npm install verge-node-typescript;` I've imported it in my node project `var verge = require(verge-node-typescript);` When I try to execute the code in the document, I start getting...

Here is my VERGE.conf ``` server=1 rpcuser= rpcpassword= rpcport=20102 rpcssl=1 rpcsslcertificatechainfile=verged.crt rpcsslprivatekeyfile=verged.pem rpcallowip=0.0.0.0/0 ``` I've tried some wildcard certs I had laying around but also tried ``` openssl genrsa -out...

Hello, I how to sync verge data just like we sync for bitcoin ? I tried many ways but I can't get 1) JSON RPC calls for verge 2) cli...

I think an example project using this would be great! I am going to see about working on one once I have time for a new project, but are there...

Guys, I am a long time follower and finally have transitioned into more of a manager/lead role and miss coding. I would love to jump in update everything to ES6...