Spedn compiler CLI


Keywords
Bitcoin, Bitcoin Cash, Smart Contract
License
MIT
Install
npm install spedn-cli@0.3.0

Documentation

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

Docs