Skip to content

Commit

Permalink
Merge pull-request #52
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Oct 30, 2023
2 parents 9d1045b + 0d3f045 commit 281faaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export KEY_ID="<Your Key ID>"

## Sign a Transaction

Now you can sign any Ethereum transaction you like with this new key with our [`sign_transaction` endpoint](https://turnkey.readme.io/reference/publicapiservice_signtransaction). Make sure to replace the `unsignedTransaction` below with your own. You can use our [simple transaction generator](https://build.tx.xyz) if you need a quick transaction for testing:
Now you can sign any Ethereum transaction you like with this new key with our [`sign_transaction` endpoint](https://docs.turnkey.com/api#tag/Signers/operation/SignTransaction). Make sure to replace the `unsignedTransaction` below with your own. You can use our [simple transaction generator](https://build.tx.xyz) if you need a quick transaction for testing:

```sh
turnkey request --host api.turnkey.com --path /public/v1/submit/sign_transaction --body '{
Expand Down

0 comments on commit 281faaf

Please sign in to comment.