Giter Club home page Giter Club logo

clarity-repl's Introduction

clarity-repl

Clarity is a decidable smart contract language that optimizes for predictability and security, designed by Blockstack. Smart contracts allow developers to encode essential business logic on a blockchain.

A programming language is decidable if you can know, with certainty, from the code itself what the program will do. Clarity is intentionally Turing incomplete as it avoids Turing complexity. This allows for complete static analysis of the entire call graph of a given smart contract. Further, our support for types and type checker can eliminate whole classes of bugs like unintended casts, reentrancy bugs, and reads of uninitialized values.

A read–eval–print loop (REPL), also termed an interactive toplevel or language shell, is a simple, interactive computer programming environment that takes single user inputs (i.e., single expressions), evaluates (executes) them, and returns the result to the user; a program written in a REPL environment is executed piecewise.

screenshot

Quick Start

Building from cargo

cargo install clarity-repl

Building the CLI from source

The first step is to ensure that you have Rust and the support software installed.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

From there, you can clone this repository:

git clone https://github.com/lgalabru/clarity-repl.git

cd clarity-repl

Then build and install:

cargo install --bin clarity-repl --path .

You can then run the REPL with the command:

clarity-repl

Building the WASM library

cargo install wasm-pack
wasm-pack build --target web --release -- --no-default-features --features wasm

Initial feature set

  • Eval clarity expressions (arithmetic, logic, hash functions)
  • Display formatted errors
  • Ability to produce WASM builds
  • Full support of persisted data (define-map, define-data-var, define-fungible-token, define-non-fungible-token)

Additional desired features (not exhaustive, not prioritized)

  • Display documentation
  • Display cost analysis
  • Display events
  • Save snippets as contracts that can be contract-call? when public functions or traits are detected
  • Ability to seed stx balances
  • Test WASM builds in browser
  • Ability to write Clarity contracts in Jupyter notebooks
  • Easier installation (via brew, etc)

clarity-repl's People

Contributors

lgalabru avatar marvinjanssen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.