generator-composer-ionic
v2.0.0
Published
Generate an Ionic Mobile application using Hyperledger Composer business networks
Maintainers
Readme
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-ionicRun the code generation tool using the command:
yo composer-ionicGenerated mobile applications can be run in a browser debug mode, by changing into the directory and running the command:
npm startNative platform binaries can be built and run on devices using Apache Cordova
