Browse Source

chore: add npx install as prerequisite

feat/stacks-js-updates
Pascal 5 years ago
committed by Alexander Graebe
parent
commit
cc6857934b
  1. 7
      src/pages/stacks-blockchain/accounts.md

7
src/pages/stacks-blockchain/accounts.md

@ -86,6 +86,13 @@ const stacksAddress = getAddressFromPrivateKey(
A second alternative would be to use [stacks-gen](https://github.com/psq/stacks-gen). This tool will generate all the keys you need in one place, including the values needed for calling the stacking contract, and also a WIF key for use with `bitcoind`.
### stacks-gen prerequisite
Install `npx` if not already installed.
```
npm install -g npx
```
### stacks-gen usage
```
npx -q stacks-gen sk --testnet

Loading…
Cancel
Save