Skip to content

Commit

Permalink
Update debug API endpoint scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ICONationDevTeam authored Nov 3, 2021
1 parent 31b9a72 commit 120e21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion references/how-to/deploy-a-score.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Steps = DEFAULT + INPUT + CONTRACT_SET + CONTRACT_CREATE

#### Step estimation using the JSON RPC API

[debug_estimateStep](../reference-manuals/icon-json-rpc-api-v3-specification.md#debug_estimatestep) API will estimate the required steps of the given transaction. You can create the transaction data without `stepLimit` and `signature`, and pass it to the API endpoint `<scheme>://<host>/api/debug/v3`. The transaction is not added to the blockchain but simply returns the estimated steps. Sample request messages will look like the bellows.
[debug_estimateStep](../reference-manuals/icon-json-rpc-api-v3-specification.md#debug_estimatestep) API will estimate the required steps of the given transaction. You can create the transaction data without `stepLimit` and `signature`, and pass it to the API endpoint `<scheme>://<host>/api/v3d`. The transaction is not added to the blockchain but simply returns the estimated steps. Sample request messages will look like the bellows.

* SCORE install

Expand Down

0 comments on commit 120e21f

Please sign in to comment.