diff --git a/overview.md b/overview.md index 38c5c8bb..27595ec1 100644 --- a/overview.md +++ b/overview.md @@ -1,12 +1,13 @@  * The `stacks-node` has it's own minimal set of http endpoints referred to as `RPC endpoints` - * See: https://github.com/blockstack/stacks-blockchain/blob/master/docs/rpc-endpoints.md - * Some common ones: - `POST /v2/transactions` - broadcast a tx. - `GET /v2/pox` - get current PoX-relevant information. - `GET /v2/accounts/
` - used to get the current `nonce` required for creating transactions. * The `stacks-blockchain-api` allows clients to access these endpoints by proxying them through to a load-balanced pool of `stacks-nodes`. + * See: https://github.com/blockstack/stacks-blockchain/blob/master/docs/rpc-endpoints.md -- some common ones: + * `POST /v2/transactions` - broadcast a tx. + * `GET /v2/pox` - get current PoX-relevant information. + * `POST /v2/contracts/call-read/