After completing the development process, we are happy to announce that a new product is joining the Lisk ecosystem - Lisk Service. Lisk Service is an essential part of the Lisk product line-up, as it offers the possibility to access and browse blockchain data, by providing accessible and powerful new API calls. Lisk Service acts as a service layer, meaning it is a proxy between blockchain data and user interfaces. Whilst the Lisk SDK is focused on providing a developer with important blockchain functionalities, such as a public key infrastructure or the consensus algorithm, Lisk Service comes into play when blockchain data has to be provided fast and efficient to user interfaces. Lisk Service is fully written in JavaScript and runs on the Node.js V8 virtual machine. It's based on an extensible microservices architecture and combined with a high-performance database, which makes providing data in an uncomplicated manner effortless. Each microservice is focused on providing one particular functionality and data is always served in JSON format and exposed by a public RESTful API. |