Tools, FAQ, Tutorials:
Business Network Archive (BNA) File
What is Business Network Archive (BNA) file?
✍: FYIcenter.com
A Business Network Archive (BNA) file
is ZIP file that contains all source code files for
a Hyperledger Composer application called Business Network.
For example, if you downloaded the Basic Sample Business Network as a BNA file as shown in the previous tutorial, you can unzip it and review its source code files:
my-basic-sample.bna
│
│ package.json
│ permissions.acl
│ README.md
│
├───models
│ sample.cto
│
└───lib
sample.js
Â
⇒ Business Network CTO Modeling Language
⇠Hyperledger Composer Access Query File
2020-11-22, ∼2085🔥, 0💬
Popular Posts:
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to use the JSON to XML Conversion Tool at utilities-online.info? If you want to try the JSON to ...
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...