sriharikapu / Spedn

A Smartcontract Platform for Bitcoin Cash, Spedn is a high level smart contracts language for Bitcoin Cash. It is designed for explicity and safety: It is statically typed - detects many errors at compile time It is explicitly typed - no guessing what the expression is supposed to return It is purely-functional - free of side effects, the common source of bugs It has a familiar C-like syntax

Home Page:https://spedn.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spedn

logo

Spedn is a high level smart contracts language for Bitcoin Cash. It is designed for explicity and safety:

  • It is statically typed - detects many errors at compile time
  • It is explicitly typed - no guessing what the expression is supposed to return
  • It is purely-functional - free of side effects, the common source of bugs
  • It has a familiar C-like syntax

Quick Start

Docs

About

A Smartcontract Platform for Bitcoin Cash, Spedn is a high level smart contracts language for Bitcoin Cash. It is designed for explicity and safety: It is statically typed - detects many errors at compile time It is explicitly typed - no guessing what the expression is supposed to return It is purely-functional - free of side effects, the common source of bugs It has a familiar C-like syntax

https://spedn.readthedocs.io/


Languages

Language:Haskell 100.0%