Browse Source

docs: remove overview part

feat/new-clarity-onboarding
Alexander Graebe 4 years ago
committed by Alexander Graebe
parent
commit
737d7da1c0
  1. 4
      src/pages/understand-stacks/integrate-stacking-delegation.md

4
src/pages/understand-stacks/integrate-stacking-delegation.md

@ -43,10 +43,6 @@ You can use the faucet to obtain testnet STX tokens for the test account. Replac
curl -XPOST "https://stacks-node-api.testnet.stacks.co/extended/v1/faucets/stx?address=<stxAddress>&stacking=true" curl -XPOST "https://stacks-node-api.testnet.stacks.co/extended/v1/faucets/stx?address=<stxAddress>&stacking=true"
``` ```
## Overview
In this tutorial, we'll implement the Stacking delegation flow laid out in the [Stacking guide](/understand-stacks/stacking#stacking-delegation-flow).
## Step 1: Integrate libraries ## Step 1: Integrate libraries
Install the stacking, network, transactions libraries and bn.js for large number handling: Install the stacking, network, transactions libraries and bn.js for large number handling:

Loading…
Cancel
Save