Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hyperledgendary/fabric-contract-template


https://github.com/hyperledgendary/fabric-contract-template

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Hyperledger Fabric Smart Contract Templates

This is a basic Smart Contract Template from which to create your own templates.

This template is designed to run with [Copier v6](https://copier.readthedocs.io/en/latest/)

```
copier https://github.com/hyperledgendary/fabric-contract-template.git MyNewContract
```

# Not got copier?

```bash
python3 -m pip install --user pipx
python3 -m pipx ensurepath

pipx install copier && pipx inject copier jinja2-strcase
```