3.1.1 • Published 3 years ago

@spedn/rts-bchjs v3.1.1

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
3 years ago

Spedn Runtime for BCH-JS

logo

Spedn is a high level smart contracts language for Bitcoin Cash. It is designed for explicitess 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

This package contains a BCH-JS runtime for Bitcoin Cash applications using compiled Spedn contracts.

If you want to dynamically compile Spedn contracts in your app, also install @spedn/sdk.

If you want to use Spedn compiler as a command-line tool, install @spedn/cli.

Spedn Home Page

Full Docs

Donations: 🎺 Pein#7306 || bitcoincash:qrc2jhalczuka8q3dvk0g8mnkqx79wxp9gvvqvg7qt Sponsors

3.1.1

3 years ago

3.1.0

4 years ago