From 5364f5712ae771dbc3fff7271e23b6cd230130f2 Mon Sep 17 00:00:00 2001 From: Xiaohui Date: Wed, 17 Jul 2024 15:40:06 -0700 Subject: [PATCH] remove --- .../how-to-write-a-contract.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 docs/how-to-write-a-contract/how-to-write-a-contract.md diff --git a/docs/how-to-write-a-contract/how-to-write-a-contract.md b/docs/how-to-write-a-contract/how-to-write-a-contract.md deleted file mode 100644 index ea133349c..000000000 --- a/docs/how-to-write-a-contract/how-to-write-a-contract.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -sidebar_position: 0 ---- - -# How to Write a Contract - -sCrypt is an advanced Bitcoin smart contract language that provides base classes, properties, methods, data types, statements, constants, built-in functions, operators, and ScriptContext to achieve a modern programming approach. It is Turing-complete and capable of implementing complex logic. Let's explain the basics of the language through an [example](language). - -- [Properties](language#properties) -- [Constructor](language#constructor) -- [Methods](language#methods) -- [Data Types](language#data-types) -- [Statements](language#statements) -- [Compile-time Constant](language#compile-time-constant) -- [Functions](language#functions) -- [Operators](language#operators) -- [ScriptContext](scriptcontext) -- [Built-in functions](built-ins) -- [Stateful Contracts](stateful-contract)