Skip to content

Commit

Permalink
Grammatical fixes in the Introduction file
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-chaitanya-piratla committed Aug 7, 2023
1 parent 6b35ed7 commit a787593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ title: Overview

## What is Clarinet?

[Clarinet](https://www.hiro.so/clarinet) provides a CLI package with a [clarity](https://clarity-lang.org/) runtime, an REPL, and a testing harness. Clarinet includes a Javascript library, testing environment, and a browser-based Sandbox. With Clarinet, you can rigorously iterate on your smart contracts locally before moving into production.
[Clarinet](https://www.hiro.so/clarinet) provides a CLI package with a [clarity](https://clarity-lang.org/) runtime, a REPL, and a testing harness. Clarinet includes a Javascript library, a testing environment, and a browser-based Sandbox. With Clarinet, you can rigorously iterate on your smart contracts locally before moving into production.

Clarinet consists of two components:

- Clarity REPL (Read, Evaluate, Print, Loop)
- Testing harness.

When the above components are used together, you can rapidly develop and test a Clarity smart contract, with the need to deploy the contract to a local devnet or testnet environments.
When the above components are used together, you can rapidly develop and test a Clarity smart contract, by deploying the contract to a local `devnet` or `testnet` environment.

![screenshot](images/demo.gif)

To better understand Clarinet and how to develop with Clarinet, Hiro has created an introductory video tutorial series, from Hiro Engineer [Ludo Galabru](https://twitter.com/ludovic?lang=en), that will guide you through some of the basics and fundamentals of using Clarinet. The video also includes how you can use Clarinet to develop, test, and deploy smart contracts.
To better understand Clarinet and how to develop with Clarinet, Hiro has created an introductory video tutorial series from Hiro Engineer [Ludo Galabru](https://twitter.com/ludovic?lang=en) that will guide you through some of the basics of using Clarinet. The video series also shows you how to use Clarinet to develop, test, and deploy smart contracts.

To view these video tutorials, please see [Hiro's Youtube channel](https://www.youtube.com/c/HiroSystems).
[![Clarinet101](images/clarinet101.png)](https://youtube.com/playlist?list=PL5Ujm489LoJaAz9kUJm8lYUWdGJ2AnQTb)

For more latest information on Clarinet product, refer to [blog posts on Clarinet](https://www.hiro.so/search?query=Clarinet).
For the latest information on Clarinet, refer to [blog posts on Clarinet](https://www.hiro.so/search?query=Clarinet).

When developing smart contracts, you can also use the [Clarity Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=HiroSystems.clarity-lsp).

0 comments on commit a787593

Please sign in to comment.