docs: move json rpc docs to mediawiki.

This commit is contained in:
Jamie Holdstock 2019-03-11 10:22:30 +00:00
parent f53b715ec8
commit 598bd32a11
4 changed files with 2449 additions and 1330 deletions

View File

@ -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.

View File

@ -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" />

File diff suppressed because it is too large Load Diff

2445
docs/json_rpc_api.mediawiki Normal file

File diff suppressed because it is too large Load Diff