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, ∼2001🔥, 0💬
Popular Posts:
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
How to add request query string Parameters to my Azure API operation to make it more user friendly? ...
What is EPUB 3.0 Metadata "dc:description" Element? EPUB 3.0 Metadata "dc:description" is an optiona...
How to use the built-in "context" object in Policy expressions? The built-in "context" object can be...