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, ∼1772🔥, 0💬
Popular Posts:
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...