An open API service indexing awesome lists of open source software.

https://github.com/webankblockchain/cargo-liquid


https://github.com/webankblockchain/cargo-liquid

Last synced: 11 months ago
JSON representation

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)。