From b39b24fc62e78affc3c98aa0d6e52b365cc90284 Mon Sep 17 00:00:00 2001 From: Alexander Graebe Date: Mon, 12 Oct 2020 17:34:41 -0700 Subject: [PATCH] docs: adding intro header --- src/pages/references/stacking-contract.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/references/stacking-contract.md b/src/pages/references/stacking-contract.md index 25df50b9..370e0763 100644 --- a/src/pages/references/stacking-contract.md +++ b/src/pages/references/stacking-contract.md @@ -6,6 +6,8 @@ description: See a detailed list of all functions and error codes of the Stackin export { convertStackingRefToMdx as getStaticProps } from '@common/data/stacking-ref' import { StackingErrorcodeReference, StackingFunctionReference } from '@components/stacking-ref' +## Introduction + Stacking is implemented as a smart contract using Clarity. On the testnet, you can always find the Stacking contract by this contract identifier: `ST000000000000000000002AMW42H.pox`. Below is a list of public and read-only functions as well as error codes that can be returned by those methods.