https://github.com/webankblockchain/cargo-liquid
https://github.com/webankblockchain/cargo-liquid
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webankblockchain/cargo-liquid
- Owner: WeBankBlockchain
- License: apache-2.0
- Created: 2021-03-19T02:56:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T01:17:06.000Z (almost 2 years ago)
- Last Synced: 2024-06-25T02:36:18.825Z (almost 2 years ago)
- Language: Rust
- Size: 222 KB
- Stars: 1
- Watchers: 3
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cargo-liquid
[Liquid](https://github.com/WeBankBlockchain/liquid) 合约辅助开发工具。
## 安装方法
### 环境要求
```
rustup toolchain install nightly
```
### 远端安装
```shell
cargo install --git https://github.com/WeBankBlockchain/cargo-liquid --branch main --force
```
### 本地安装
```shell
git clone https://github.com/WeBankBlockchain/cargo-liquid && cd cargo-liquid
cargo install --path . --force
```
## 使用方法
请参考[Liquid 开发指南](https://liquid-doc.readthedocs.io/zh_CN/latest/docs/dev_testing/development.html)。