Browse Source

fix: missing import in stacking integration guide

feat/mainnet-updates
Ken 4 years ago
committed by Ken Liao
parent
commit
ea7a3fbdd9
  1. 2
      src/pages/understand-stacks/integrate-stacking.md

2
src/pages/understand-stacks/integrate-stacking.md

@ -64,6 +64,8 @@ const {
TransactionVersion,
} = require('@stacks/transactions');
const { Stacker } = require('@stacks/stacking');
const { StacksTestnet } = require('@stacks/network');
// generate random key or use an existing key

Loading…
Cancel
Save