chainful
v0.2.3
Published
Implement your own blockchain
Downloads
8
Readme
Introduction
Blockchains do not always have to be used for cryptocurrencies: presenting chainful
to implement your own distributed database.
Install
npm install chainful
Usage
There's an example on how to create a basic chain and an example on how to communicate between 2 chains in the example
folder.
Project future
The next big things on the todo list:
- Better fork resolving
- Being able to use partial chains
Contributing
Contributions are REALLY welcome. Please check the contributing guidelines for more details. Thanks!
Please learn about conventional commits and semantic versioning before committing on this repo.
Authors
- Jelle De Loecker - Follow me on Github (:octocat:@skerit) and on Twitter (🐦@skeriten)
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.