From 737d7da1c028e5e5df9091050c57b9dfd5cf5909 Mon Sep 17 00:00:00 2001 From: Alexander Graebe Date: Mon, 25 Jan 2021 19:06:24 -0800 Subject: [PATCH] docs: remove overview part --- src/pages/understand-stacks/integrate-stacking-delegation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/understand-stacks/integrate-stacking-delegation.md b/src/pages/understand-stacks/integrate-stacking-delegation.md index 9799f004..8f0cf083 100644 --- a/src/pages/understand-stacks/integrate-stacking-delegation.md +++ b/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=&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 Install the stacking, network, transactions libraries and bn.js for large number handling: