Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.65 KB

README.md

File metadata and controls

26 lines (24 loc) · 1.65 KB

CircleCI Go Report Card Travis version Go version License

HTDF

Introduction

HTDF is a high-performance public blockchain developed by HTDF Foundation. It is based on ethereum & cosmos-sdk on tendermint . We merged tendermint's consensus, cosmos-sdk's application logic, and ethereum's account system & smart contract architecture into a brand new architecture - htdf blockchain. This project is now UNDER ACTIVE DEVELOPMENT.

Note: Requires Go 12.9+

Executables

hsd
hscli

Only one command is enough to set up a standalone blockchain on your local machine.

make new
make start
tail -f ~/.hsd/app.log

Contributions

We always welcome any issue/advice/suggestion.