1个不稳定版本

0.1.1 2024年2月23日
0.1.0-alpha.02024年2月23日

#6#rollups

自定义许可证

22KB
580

👨‍⚖️ jstz

jstz(发音:“正义”)是一个由Tezos智能乐观滚筒提供的JavaScript运行时,使用Boa和用Rust构建。

安装

使用Rust从源代码构建

make build-deps
make build

有关安装运行jstz所需的依赖项,请参阅安装Octez

快速入门

# Make a javascript file
echo "export default (() => new Response('hello world'))" > index.js
# Start the sandbox
make build-installer
cargo run -- sandbox start
# Deploy smart function
cargo run -- deploy index.js --name example
# Send request to smart function
cargo run -- run tezos://example/

文档

有关最新jstz文档,请点击此处

贡献

请查看CONTRIBUTING.md文件,了解如何有效地为此项目做出贡献。

许可证

本项目采用MIT许可证。

依赖项

~6–18MB
~278K SLoC