Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 571 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 571 Bytes

cargo-liquid

Liquid 合约辅助开发工具。

安装方法

环境要求

rustup toolchain install nightly

远端安装

cargo install --git https://github.com/WeBankBlockchain/cargo-liquid --branch dev --force

本地安装

git clone https://github.com/WeBankBlockchain/cargo-liquid && cd cargo-liquid
cargo install --path . --force

使用方法

请参考Liquid 开发指南