@spedn/rts
TypeScript icon, indicating that this package has built-in type declarations

3.1.1 • Public • Published

Spedn Runtime

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 lightweight, SDK-agnostic runtime for Bitcoin Cash applications using compiled Spedn contracts. To integrate your contract into an app built on top of one of the SDKs, use the apropriate adapter:

Install this package directly only if you want to develop your own adapter.

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

Package Sidebar

Install

npm i @spedn/rts

Homepage

spedn.pl

Weekly Downloads

0

Version

3.1.1

License

MIT

Unpacked Size

79.5 kB

Total Files

30

Last publish

Collaborators

  • osoftware