AlacrisIO / alacrity

DSL for Secure DApps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alacrity

Alacrity is a domain-specific language for trustworthy decentralized applications. We use a cascading style of verification to help establish trust by users, by allowing an application's trusted code base to be very small, while enabling the application to be deployed in a wide variety of contexts. We will verify guarantees about program execution, compilation, correctness, security, and efficiency. It uses a suite of verification methods, like type theory, theorem proving, model checking, the strand spaces method, and dynamical system simulation.

Copyright and License

Copyright 2019 Alacris, Ltd. All rights reserved. Alacrity is distributed under the Apache License, version 2.0. See the file LICENSE.

Being worked on

You can watch on our github repository what we are currently working on.

As of June 2019, see notably the compiler we are writing in Haskell and the Rock, Papers, Scissors demo we are using as a benchmark application.

Tips for Developers

If you're using Emacs:

(add-to-list 'auto-mode-alist '("\\.mjs$" . javascript-mode))
(add-to-list 'auto-mode-alist '("\\.ala$" . javascript-mode))

About

DSL for Secure DApps

License:Apache License 2.0


Languages

Language:JavaScript 44.5%Language:Haskell 30.1%Language:Solidity 17.0%Language:HTML 5.1%Language:Makefile 1.0%Language:Shell 0.9%Language:Nix 0.9%Language:CSS 0.3%Language:SMT 0.2%