Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperledgendary/fabric-contract-template
https://github.com/hyperledgendary/fabric-contract-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperledgendary/fabric-contract-template
- Owner: hyperledgendary
- Created: 2022-04-08T15:54:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T15:28:45.000Z (over 2 years ago)
- Last Synced: 2024-11-09T06:40:28.097Z (3 months ago)
- Language: Jinja
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ensurepathpipx install copier && pipx inject copier jinja2-strcase
```