Hyperledger composer - Try it using bluemix
INTRODUCTION I talk about hyperledger into my old post . Now we try to develop into it using IBM Bluemix online tool COMPOSER PLAYGROUND Open your browser and go to https://composer-playground.mybluemix.net Into main window there is a dashboard with one example prototype project called "basic-sample-network" Click to "Get Started" link to open editor page The editor's page has a left bar with our blockchain files and a right area to edit data. Now we can easily edit the example project! Into left bar there are: a model file (models/sample.cto) cointains all my objects a script file (lib/sample.js) cointains my business logic an ACL file (permissions.acl) cointains all access rules Let's go... edit the files to simulate a financial blockchain!!! First file is the model file that cointains all my DTOs In the bottom i have a message "Everything looks good!", so my file is correct but into left bar i have some ...