Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

dakk/caravand-fullnode

Repository files navigation

caravand

Bitcoin fullnode OCaml implementation. Caravand will be usable as a standalone bitcoin node with a REST api interface.

Caravand is directly connected to other 3 projects:

Features

  • Chain syncronization for Bitcoin, Bitcoin testnet and Bitcoincash
  • Header-first syncronization
  • Block storage
  • UTXO storage
  • Account storage (balance, sent, txs, utxo)
  • JSON REST api interface
  • Prune-mode for low disk footprint
  • Segregated witness
  • Caravand-as-a-library for applications who need blockchain data
  • Lazy evaluation for block parsing which reduces memory footprint

We are planning to integrate other cool features:

  • JSON-RPC api compatible with Bitcoind
  • Bloom filtering and compactblock
  • Side-chain
  • Pluggable script systems

Documentation

An updated documentation is available here.

Supported chains

At the moment caravand supports these chains:

  • XTN - Bitcoin testnet
  • BTC - Bitcoin mainnet
  • BCH - BitcoinCash mainnet

License

Copyright (c) 2016-2018 Davide Gessa

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Donations

Feel free to donate bitcoin to the developer: 13TRVwiqLMveg9aPAmZgcAix5ogKVgpe4T

About

Type-safe bitcoin full-node

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages