mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
docs: move json rpc docs to mediawiki.
This commit is contained in:
parent
f53b715ec8
commit
598bd32a11
@ -14,7 +14,7 @@ and that entity will be dcrd.
|
||||
|
||||
When a client wants programmatic access to the data provided by dcrd, they'll
|
||||
likely want to use the [dcrrpcclient](https://github.com/decred/dcrrpcclient)
|
||||
package which makes use of the [JSON-RPC API](https://github.com/decred/dcrd/tree/master/docs/json_rpc_api.md).
|
||||
package which makes use of the [JSON-RPC API](https://github.com/decred/dcrd/tree/master/docs/json_rpc_api.mediawiki).
|
||||
|
||||
However, this package could be extremely useful for any applications requiring
|
||||
Decred block storage capabilities.
|
||||
|
||||
@ -85,7 +85,7 @@ For a list of available options, run: `$ dcrctl --help`
|
||||
<a name="Mining" />
|
||||
|
||||
**2.4 Mining**<br />
|
||||
dcrd supports the [getwork](https://github.com/decred/dcrd/tree/master/docs/json_rpc_api.md#getwork)
|
||||
dcrd supports the [getwork](https://github.com/decred/dcrd/tree/master/docs/json_rpc_api.mediawiki#getwork)
|
||||
RPC. The limited user cannot access this RPC.<br />
|
||||
|
||||
**1. Add the payment addresses with the `miningaddr` option.**<br />
|
||||
@ -160,8 +160,8 @@ https://decred.org/community
|
||||
|
||||
**5.2 JSON-RPC Reference**
|
||||
|
||||
* [JSON-RPC Reference](https://github.com/decred/dcrd/tree/master/docs/json_rpc_api.md)
|
||||
* [RPC Examples](https://github.com/decred/dcrd/tree/master/docs/json_rpc_api.md#ExampleCode)
|
||||
* [JSON-RPC Reference](https://github.com/decred/dcrd/tree/master/docs/json_rpc_api.mediawiki)
|
||||
* [RPC Examples](https://github.com/decred/dcrd/tree/master/docs/json_rpc_api.mediawiki#8-example-code)
|
||||
|
||||
<a name="GoModules" />
|
||||
|
||||
|
||||
1326
docs/json_rpc_api.md
1326
docs/json_rpc_api.md
File diff suppressed because it is too large
Load Diff
2445
docs/json_rpc_api.mediawiki
Normal file
2445
docs/json_rpc_api.mediawiki
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user