generator-composer-ionic
The composer-ionic code generation tool produces Ionic framework hybrid mobile applications, that can interact with blockchains using the Hyperledger Composer framework.
Running the mobile application code generation tool
-
Install the Composer-Ionic code generation tool using the command:
npm install -g generator-composer-ionic
-
Run the code generation tool using the command:
yo composer-ionic
-
Generated mobile applications can be run in a browser debug mode, by changing into the directory and running the command:
npm start
-
Native platform binaries can be built and run on devices using Apache Cordova