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, 278👍, 0💬
Popular Posts:
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How To Control Padding Spaces within a Table Cell? Cell padding spaces are spaces between cell inner...
What is json.tool? Can I use it to convert a JSON string a pretty-print format? json.tool is a speci...
How to create a new API on the Publisher Portal 2017 version of an Azure API Management Service? If ...
How To Upload Files into Database in PHP? To store uploaded files to MySQL database, you can use the...