👨⚖️ Jstz
Jstz (pronounced "justice") is a JavaScript server runtime for Tezos Smart Rollups with a great developer experience. With Jstz, you can deploy JavaScript applications known as smart functions that can act as the backend for web applications, including handling logic, storing data, and accepting and distributing payments.
In particular, Jstz is:
- 🚀 Fast: Jstz is built on Boa, a blazingly fast JavaScript engine written in Rust.
- 📚 Easy to learn: Jstz is built with the developer in mind.
- ⚡️ Fully local: You can test and develop smart functions locally with a sandbox.
The Jstz command-line toolkit, sandbox, SDK, and other tools in this repository are free and open source software under the MIT license.
Get Started!Jstz smart functions look like ordinary JavaScript functions, but they have some differences and limitations; see Smart functions.