Skip to content

Commit

Permalink
remove old ltc api info
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jul 18, 2024
1 parent c898d64 commit 505711e
Showing 1 changed file with 6 additions and 28 deletions.
34 changes: 6 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,29 +58,7 @@ verge
.getBalance()
```

## Methods

The [Litecoin API](https://litecoin.info/Litecoin_API) is supported as direct methods. Use either camelcase or lowercase.

```js
verge.getNewAddress(function(err, address) {
this.validateaddress(address, function(err, info) {

})
})
```
### .exec(command [string], ...arguments..., callback [function])

Executes the given command with optional arguments. Function `callback` defaults to `console.log`.
All of the API commands are supported in lowercase or camelcase. Or uppercase. Anycase!

```js
verge.exec('getNewAddress')

verge.exec('getbalance', function(err, balance) {

})
```

### .set(key [string, object], value [optional])

Expand All @@ -106,8 +84,6 @@ Generates authorization header, returns `this` for chainability

TODO: Write tests for these.

All [Litecoin API](https://litecoin.info/Litecoin_API) commands are supported, in lowercase or camelcase form.

<table>
<tr>
<th> Command </th>
Expand Down Expand Up @@ -548,14 +524,16 @@ var verge = require('nodejs-verge')({
```
npm install -g nodeunit
nodeunit test/test-node-verge.js
nodeunit test/test-nodejs-verge.js
```

## Bounties
## Donate

[VERGE](https://vergecurrency.com) donation address is DPNC2H2pYUCSebQ992GyeRTRuWw3hCTBwD
[VERGE](https://vergecurrency.com) donation address is DHe3mTNQztY1wWokdtMprdeCKNoMxyThoV

Donations in [verge](https://vergecurrency.com) will be used for bounties, and holding. As a side note: I encourage all GitHub repository owners to post a donation address so their community can easily support development financially.
Donations in [verge](https://vergecurrency.com) will be used for bounties, and holding.
As a side note: I encourage all GitHub repository owners to post a donation address so
their community can easily support development financially.



0 comments on commit 505711e

Please sign in to comment.