Skip to content

Commit

Permalink
Merge pull request #825 from Chia-Network/link-to-rpc-guide
Browse files Browse the repository at this point in the history
link to the RPC guide from the README
  • Loading branch information
TheLastCicada authored Apr 6, 2023
2 parents d383d2e + 75341f8 commit badcf6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The Climate Warehouse application is designed to run 24/7, much like any other A

The simplest way to run the Climate Warehouse application is to use the same machine the Chia Wallet, Datalayer, and Datalayer HTTP services. Climate Warehouse communicates with the Chia services over an RPC interface. The RPC interface uses certificates to authenticate, which will work automatically when the Climate Warehouse application is run as the same user on the same machine as the Chia services. To run Climate Warehouse on a separate machine from Chia, a public certificate from the Chia node most be used to authenticate (not yet documented).

### How to use the API

Please see the [Climate Warehouse RPC API Guide](docs/climate_warehouse_rpc_api.md).

## Installation

[Releases are tagged in Github](https://github.com/Chia-Network/climate-warehouse/tags) and binaries are built for Windows, MacOS, and Linux. ARM binaries are available for Debian versions of Linux only.
Expand Down
2 changes: 1 addition & 1 deletion docs/climate_warehouse_rpc_api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Climate Warehouse RPC API
# Climate Warehouse RPC API Guide

This page lists commands and examples from the Climate Warehouse RPC API.

Expand Down

0 comments on commit badcf6c

Please sign in to comment.