Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Apr 19, 2024
1 parent 913ecaa commit f067847
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/stacking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ const maxAmount = 100000000000n;
// the auth id of the signer (a random id to not allow reusing the signature)
const authId = 702;

const signerPrivateKey = makeRandomPrivKey(); // replace with your signer private key

const signature = client.signPoxSignature({
topic: 'stack-stx', // the topic of the transaction
poxAddress,
Expand All @@ -92,7 +94,7 @@ const signature = client.signPoxSignature({
```

> [!WARNING]
> Make sure to replace `signerPrivateKey` with the signer private key of your setup.
> Make sure to replace `signerPrivateKey` with the signer private key of your setup and keep it private.
### Topics

Expand Down

0 comments on commit f067847

Please sign in to comment.