fabric-rest | server provides a convenient REST interface | Continuous Deployment library

 by   Altoros CSS Version: 0.13.0 License: No License

kandi X-RAY | fabric-rest Summary

kandi X-RAY | fabric-rest Summary

fabric-rest is a CSS library typically used in Devops, Continuous Deployment, Docker applications. fabric-rest has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

This server provides a convenient REST interface for web applications to transact on Hyperledger Fabric 1.x network. It uses Node.js SDK API to call peers, orderer and CA servers of network's members. The server can be instantiated from a docker image and run alongside other services like peers and ca servers on a member's host.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fabric-rest has a low active ecosystem.
              It has 39 star(s) with 20 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 6 open issues and 2 have been closed. On average issues are closed in 5 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of fabric-rest is 0.13.0

            kandi-Quality Quality

              fabric-rest has no bugs reported.

            kandi-Security Security

              fabric-rest has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              fabric-rest does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              fabric-rest releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fabric-rest
            Get all kandi verified functions for this library.

            fabric-rest Key Features

            No Key Features are available at this moment for fabric-rest.

            fabric-rest Examples and Code Snippets

            REST API server for Hyperledger Fabric 1.x,Known issues
            CSSdot img1Lines of Code : 15dot img1no licencesLicense : No License
            copy iconCopy
               ...
                    "org1": {
            			...
            			"peer1": { ... },
            			"peer2.example.com": { ... },
            			"peer": { ... },
            		},
               ...
            
               ...
                    "org1": {
            			...
            			"n1.peer": { ... },
            			"host2.example.com": { ... },
            		},
               ...
              
            copy iconCopy
            //3rd-party auth-store
            const credentials = [{
              username: 'test',
              password: undefined,
              org: 'a'
            }];
            
            module.exports = function auth(username, password, orgname) {
              const user = credentials.find(obj => obj.username === username && obj.  
            REST API server for Hyperledger Fabric 1.x,Launch
            CSSdot img3Lines of Code : 3dot img3no licencesLicense : No License
            copy iconCopy
              npm install
              ORG=org1 npm start
              # or: ORG=org2 npm start
              

            Community Discussions

            QUESTION

            Fabric REST API fails to bring up the API for the newly added organization
            Asked 2018-Apr-27 at 05:43

            I am using Altoros - Fabric Rest to have API to Fabric network. When I am trying to add a new organization like Adding an ORG to a channel, I am getting an error while bringing up the docker compose file of the new organization.

            The REST API works fine for the organizations that already present in network. I checked the log, this what the error is.

            ...

            ANSWER

            Answered 2018-Apr-27 at 05:43

            Worked after restarting the API server after the new organization addition.Full answer here Fabric Altoros.

            Source https://stackoverflow.com/questions/50043814

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install fabric-rest

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/Altoros/fabric-rest.git

          • CLI

            gh repo clone Altoros/fabric-rest

          • sshUrl

            git@github.com:Altoros/fabric-rest.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link