Skip to content

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…

Notifications You must be signed in to change notification settings

sriharikapu/Spedn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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…

Topics

Resources

Stars

Watchers

Forks

Packages