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, ∼1770🔥, 0💬
Popular Posts:
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...