Skip to content
slavasn edited this page Nov 18, 2018 · 4 revisions

Welcome to the Bloqly wiki!

Bloqly is a blockchain engine implemented on JVM which uses JavaScript for smart contracts programming and Postgres for data storage.

In other words, it can be thought of as a distributed database with Byzantine consensus, scriptable in JavaScript and with strong data consistency guarantees.

Bloqly consensus algorithm

https://github.com/bloqly/bloqly/wiki/Bloqly-Consensus-Algorithm

JavaScript smart-contracts

https://github.com/bloqly/bloqly/wiki/PureAttributes