All Projects → KrzysiekJ → abci_server

KrzysiekJ / abci_server

Licence: other
An application that allows writing ABCI servers.

Programming Languages

erlang
1774 projects
Makefile
30231 projects

Projects that are alternatives of or similar to abci server

Starport
The easiest way to build a blockchain.
Stars: ✭ 204 (+482.86%)
Mutual labels:  tendermint
tm-proposer-idris
Formalization of Tendermint proposer election properties
Stars: ✭ 15 (-57.14%)
Mutual labels:  tendermint
mintscan-binance-dex-frontend
Mintscan Frontend for Binance DEX
Stars: ✭ 21 (-40%)
Mutual labels:  tendermint
Sentinel
Sentinel is an interoperable secure network layer offering the Sentinel Service Chain exclusively for distributed & decentralized native services like - dVPN, Sentrix (dChat and dVoIP) and more.
Stars: ✭ 228 (+551.43%)
Mutual labels:  tendermint
terra-rust
Rust <-> Terrad API via LCD service
Stars: ✭ 31 (-11.43%)
Mutual labels:  tendermint
hypermint
Tendermint-based blockchain that supports WebAssembly smart contract
Stars: ✭ 55 (+57.14%)
Mutual labels:  tendermint
Cosmos Sdk
⛓️ A Framework for Building High Value Public Blockchains ✨
Stars: ✭ 3,144 (+8882.86%)
Mutual labels:  tendermint
tm-tools
some useful tools for tendermint blockstore.db or state.db
Stars: ✭ 14 (-60%)
Mutual labels:  tendermint
go-cita
A Go implementation of CITA. https://docs.nervos.org/cita
Stars: ✭ 25 (-28.57%)
Mutual labels:  tendermint
cosmospy
Python tools for Cosmos wallet management and offline transaction signing
Stars: ✭ 57 (+62.86%)
Mutual labels:  tendermint
Akash
a secure, transparent, and peer-to-peer cloud computing network
Stars: ✭ 229 (+554.29%)
Mutual labels:  tendermint
SecretNetwork
𝕊 The Secret Network
Stars: ✭ 466 (+1231.43%)
Mutual labels:  tendermint
testnet deploy
Deployment scripts and monitoring configuration for a Cosmos Validator setup
Stars: ✭ 19 (-45.71%)
Mutual labels:  tendermint
Ethermint
Ethermint is a scalable and interoperable Ethereum, built on Proof-of-Stake with fast-finality using the Cosmos SDK.
Stars: ✭ 207 (+491.43%)
Mutual labels:  tendermint
sommelier
Sommelier Chain
Stars: ✭ 64 (+82.86%)
Mutual labels:  tendermint
Movemint
Stars: ✭ 203 (+480%)
Mutual labels:  tendermint
ostracon
Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Stars: ✭ 60 (+71.43%)
Mutual labels:  tendermint
distributed-compliance-ledger
DCL is a public permissioned ledger framework for Zigbee compliance certification of device models. The ledger is based on Cosmos SDK and Tendermint.
Stars: ✭ 41 (+17.14%)
Mutual labels:  tendermint
bftdb
Tendermint + Sqlite3 = BFT Database Replication
Stars: ✭ 35 (+0%)
Mutual labels:  tendermint
anychaindb
AnychainDB is fast, distributed, blockchain database based on Tendermint and MongoDB
Stars: ✭ 16 (-54.29%)
Mutual labels:  tendermint

abci_server

An Erlang application that allows writing Application Blockchain Interface servers.

This application uses semantic versioning 2.0.

erlang.mk is used as a build tool.

Documentation

Run make docs and open doc/index.html.

Contributing

To run tests, execute make tests.

Write function specifications. To run Dialyzer, execute make dialyze.

To perform all checks, execute make check.

No hard line length limit is imposed.

License

This software is licensed under under the Apache License, Version 2.0 (the “License”); you may not use this software except in compliance with the License. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].