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, ∼1757🔥, 0💬
Popular Posts:
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...