Skip to content

Commit

Permalink
Merge pull request icon-project#16 from ICONationDevTeam/patch-3
Browse files Browse the repository at this point in the history
Update debug API endpoint scheme
  • Loading branch information
goldworm-icon authored Nov 16, 2021
2 parents 78ca754 + 120e21f commit edd0158
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 edd0158

Please sign in to comment.