Browse Source

Clarity

master
Alejandro Criado-Pérez 3 years ago
committed by Jonathon Hammond
parent
commit
f528f024cd
  1. 3
      src/pages/en/write-smart-contracts/overview.md
  2. 2
      src/pages/en/write-smart-contracts/software.md

3
src/pages/en/write-smart-contracts/overview.md

@ -8,8 +8,7 @@ images:
## Introduction
Clarity is a programming language for writing smart contracts on the Stacks 2.0 blockchain. It supports programmatic
control over digital assets.
Clarity is a **decidable** smart contract language that optimizes for predictability and security, designed for the Stacks blockchain. Smart contracts allow developers to encode essential business logic on a blockchain.
## Smart contracts

2
src/pages/en/write-smart-contracts/software.md

@ -48,7 +48,7 @@ Create a new project and enter its directory:
clarinet new my-project && cd my-project
```
Create a new contract inside my project:
Create a new contract inside `my-project`:
```bash
clarinet contract new mycoolcontract

Loading…
Cancel
Save