Skip to content

klimatas/klimatas-core

Repository files navigation

kts logo

Klimatas core

The core wallet of the Klimatas project. Klimatas is a project aiming to improve global sustainability with an investment platform and on-chain governance.

Current stable version: 1.3.4.2

Installation

You can download the appropriate release for your operating system at releases. We have both installers as standalone QT versions available. Daemons for Ubuntu 16.04 and 18.04 are available as well.

Build from source

You can also build Klimatas core from source yourself. Please use the source code attached to releases. Code in the repository is still in development.

Build instructions

wget https://github.com/klimatas/klimatas-core/archive/1.3.4.2.tar.gz
tar xzvf 1.3.4.2.tar.gz && cd 1.3.4.2
./autogen.sh
./configure
make -j2

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.