From 660f821f4155f9b21b11e263394ef92042b0415e Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:11:05 +0700 Subject: [PATCH] docs(README): bullet point removed provide as a link --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index f5e0df4cf..e0604b8bc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ # Clarinet Clarinet is a Clarity runtime packaged as a command line tool, designed to facilitate smart contract understanding, -development, testing and deployment. Clarinet consists of a Clarity Read-Evaluate-Print-Loop (REPL) environment and a testing harness. When used together, Clarity and the REPL environment enable you to rapidly develop and test a Clarity smart contract, allowing you to deploy the contract to a: - -- devnet - a local standalone development environment that simulates Bitcoin, Stacks node and other helpful components, similar to a staging environment. -- [testnet](https://docs.hiro.so/stacks/clarinet/concepts/network-types) - a testing environment not running in production. -- [mainnet](https://stacks.org/stacks2mainnet) - a production environment where you can deploy smart contracts. +development, testing and deployment. Clarinet consists of a Clarity Read-Evaluate-Print-Loop (REPL) environment and a testing harness. When used together, Clarity and the REPL environment enable you to rapidly develop and test a Clarity smart contract, allowing you to deploy the contract to [devnet, testnet, or mainnet](https://docs.hiro.so/stacks/clarinet/concepts/network-types). Clarity is a **decidable** smart contract language that optimizes for predictability and security, meaning you can know with certainty, from the code itself, what the program will do. Smart contracts allow you to encode essential business logic on a blockchain.