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, 968👍, 0💬
Popular Posts:
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...