Skip to content

klimatas/klimatas-core

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
doc
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.