<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kalima Documentation on Kalima Blockchain Documentation</title><link>https://docs.w3drive.org/</link><description>Recent content in Kalima Documentation on Kalima Blockchain Documentation</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 24 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://docs.w3drive.org/index.xml" rel="self" type="application/rss+xml"/><item><title>C API Documentation</title><link>https://docs.w3drive.org/docs/api/c-docs/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/api/c-docs/</guid><description>&lt;p&gt;weight: 10
linkTitle: &amp;ldquo;C Docs&amp;rdquo;&lt;/p&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;p&gt;KalimaNodeLib is a C language library which offers the possibility to implement its own Kalima client node. To know more about it, you can refer to the reference documentation of the library, as well as to a Kalima node implementation &lt;a href="https://docs.w3drive.org/docs/tutorials/c-example/"&gt;C_Example&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>C# API Documentation</title><link>https://docs.w3drive.org/docs/api/csharp-docs/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/api/csharp-docs/</guid><description>&lt;p&gt;weight: 20
linkTitle: &amp;ldquo;Csharp Docs&amp;rdquo;&lt;/p&gt;
&lt;p&gt;C# Kalima API offers the possibility to implement its own Kalima client node. To know more about it, you can refer to a Kalima node implementation API_C_Sharp.&lt;/p&gt;</description></item><item><title>API C# - Kalima Blockchain Integration</title><link>https://docs.w3drive.org/docs/api/csharp/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/api/csharp/</guid><description>&lt;p&gt;weight: 30
linkTitle: &amp;ldquo;Csharp&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="prerequisite"&gt;Prerequisite&lt;/h1&gt;
&lt;p&gt;To use the Kalima C# API, it is recommended that you have previously read the documentation API_Kalima.&lt;/p&gt;
&lt;h1 id="configuration"&gt;Configuration&lt;/h1&gt;
&lt;p&gt;The Kalima C# API is provided as a DLL.&lt;/p&gt;
&lt;p&gt;To use the Kalima api in your project, simply include la dll in your dependencies.&lt;/p&gt;
&lt;h1 id="implementation"&gt;Implementation&lt;/h1&gt;
&lt;h2 id="connecting-to-a-kalima-blockchain"&gt;Connecting to a Kalima blockchain&lt;/h2&gt;
&lt;p&gt;In this section we will see how to set up the minimum necessary to create a C# node and connect it to a Kalima blockchain.&lt;/p&gt;</description></item><item><title>KalimaNodeLib - Java API</title><link>https://docs.w3drive.org/docs/api/java-nodelib/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/api/java-nodelib/</guid><description>&lt;p&gt;weight: 40
linkTitle: &amp;ldquo;Java Nodelib&amp;rdquo;&lt;/p&gt;
&lt;p&gt;KalimaNodeLib is a JAVA library which offers the possibility to implement its own Kalima client node. To know more about it, you can refer to the javadoc of the library, as well as to a Kalima node implementation &lt;a href="https://docs.w3drive.org/docs/tutorials/java-api/"&gt;API_Java&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>API Java - Kalima Node Library</title><link>https://docs.w3drive.org/docs/api/java/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/api/java/</guid><description>&lt;p&gt;weight: 50
linkTitle: &amp;ldquo;Java&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id="prerequisite"&gt;Prerequisite&lt;/h2&gt;
&lt;p&gt;To use the Kalima Java API, it is recommended to previously read the document “API_Kalima” and install the Java JDK (version 11).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id="configuration"&gt;Configuration&lt;/h2&gt;
&lt;p&gt;The Kalima API is provided in the form of a JAR, there are two versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Kalima.jar è Contains the necessary elements to create a Kalima node capable of connecting to a Kalima Blockchain, of performing transactions on the blockchain, and of reacting in an event-driven way to the creation of new transactions (this makes it possible to create java smart contracts)&lt;/p&gt;</description></item><item><title>APIs Overview</title><link>https://docs.w3drive.org/docs/api/overview/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/api/overview/</guid><description>&lt;p&gt;weight: 60
linkTitle: &amp;ldquo;Overview&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Kalima SDK uses standard languages and is compatible with Linux, Windows, Android, iOS and Mac OS. An easy-to-use, flexible API is one of the cornerstones of Kalima Blockchain. Well-defined APIs are essential for Kalima Blockchain to support the many use cases that users can develop.&lt;/p&gt;
&lt;p&gt;APIs are designed to be extremely usable, so that a relatively unskilled developer can write code on top of Kalima Blockchain without trouble.&lt;/p&gt;</description></item><item><title>REST API Reference</title><link>https://docs.w3drive.org/docs/api/rest-api/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/api/rest-api/</guid><description>&lt;p&gt;weight: 70
linkTitle: &amp;ldquo;Rest Api&amp;rdquo;&lt;/p&gt;
&lt;p&gt;It is possible to launch a Kalima node which allows to expose a REST interface.
This REST interface will allow you to easily create WEB applications for example. 
For other applications, it is preferable to use another API (Android, iOS, JAVA, C&amp;hellip;)&lt;/p&gt;
&lt;p&gt;Introduction&lt;/p&gt;
&lt;p&gt;In this tutorial we present the procedure to use to communicate with the Kalima blockchain with the help of a REST API. This last one allows us to use some methods REST to simplify the navigation of a user in his web application (PHP, Node.js, Vue.js, etc…) with the blockchain Kalima.&lt;/p&gt;</description></item><item><title>Smart Contracts Development</title><link>https://docs.w3drive.org/docs/api/smart-contracts/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/api/smart-contracts/</guid><description>&lt;p&gt;weight: 80
linkTitle: &amp;ldquo;Smart Contracts&amp;rdquo;&lt;/p&gt;
&lt;h1 id="prerequisite"&gt;Prerequisite&lt;/h1&gt;
&lt;p&gt;To use the Kalima Java API, it is recommended that you have previously read the documentation API_Kalima. &lt;/p&gt;
&lt;p&gt;To develop a smart contract node, it is better to read the documentation API_Java, because the Java API can be used in smart contracts to create new transactions for example.&lt;/p&gt;
&lt;p&gt;A complete example of a smart contract node is available on our public GitHub: SmartContractNode&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="configuration"&gt;Configuration&lt;/h1&gt;
&lt;p&gt;The Kalima api is provided in the form of a JAR, there are two versions:&lt;/p&gt;</description></item><item><title>Présentation Générale</title><link>https://docs.w3drive.org/docs/architecture/general-presentation/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/architecture/general-presentation/</guid><description>&lt;p&gt;weight: 90
linkTitle: &amp;ldquo;General Presentation&amp;rdquo;&lt;/p&gt;
&lt;p&gt;To navigate on our site :&lt;/p&gt;
&lt;p&gt;- Mobile Version   Image 2
‎Click on this symbol to access the full menu of our documents.&lt;/p&gt;
&lt;p&gt;In the summary on your left you will find everything you need, such as APIs, tutorials, administration tools, use cases, and technical and general documentation about Kalima.&lt;/p&gt;
&lt;p&gt;On our Medium and Github you can find more information, articles and documentation, such as this article that explains the new way to collect, protect and monetize blockchain data for the IoT.&lt;/p&gt;</description></item><item><title>Platform Presentation</title><link>https://docs.w3drive.org/docs/architecture/presentation/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/architecture/presentation/</guid><description>&lt;p&gt;weight: 100
linkTitle: &amp;ldquo;Presentation&amp;rdquo;&lt;/p&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;h3 id="heading"&gt; &lt;/h3&gt;
&lt;h3 id="kalima-blockchain"&gt;KALIMA BLOCKCHAIN&lt;/h3&gt;
&lt;h4 id="challenges"&gt;Challenges&lt;/h4&gt;
&lt;p&gt;**80% of industrial data **generated within the EU &lt;strong&gt;is never used&lt;/strong&gt;, totaling to a &lt;strong&gt;market gap of €270 billion by 2028&lt;/strong&gt; &lt;em&gt;(EUC)&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;**80% of data **processing and analysis will take place in smart connected objects &lt;strong&gt;at the edge by 2025&lt;/strong&gt; (McKinsey).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h4 id="actor-of-the-web3-revolution"&gt;Actor of the Web3 Revolution&lt;/h4&gt;
&lt;h5 id="vision"&gt;Vision: &lt;/h5&gt;
&lt;p&gt;We aspire to Become a Global Unicorn, one of the &lt;strong&gt;10 world leaders of Blockchain solutions for Enterprises and IoT&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Technical White Paper</title><link>https://docs.w3drive.org/docs/architecture/technical-paper/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/architecture/technical-paper/</guid><description>&lt;p&gt;weight: 110
linkTitle: &amp;ldquo;Technical Paper&amp;rdquo;&lt;/p&gt;
&lt;p&gt;‎&lt;/p&gt;
&lt;h2 id="abstract"&gt;Abstract&lt;/h2&gt;
&lt;p&gt;The purpose of this document is to define Kalima blockchain and highlight its characteristics and market positioning. This paper should also serve as a resource for technical blockchain developers and managers interested in using its architecture and set of tools available. While we appreciate that there may be discrete definitions for the terms “blockchain” and “Distributed Ledger Technology (DLT),” for the purposes of this paper we will treat both terms synonymously and use the term “blockchain” throughout.&lt;/p&gt;</description></item><item><title>Technology Summary</title><link>https://docs.w3drive.org/docs/architecture/technology-summary/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/architecture/technology-summary/</guid><description>&lt;p&gt;weight: 120
linkTitle: &amp;ldquo;Technology Summary&amp;rdquo;&lt;/p&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;h3 id="kalima-as-layer-2-and-3-of-bitcoin"&gt;KALIMA AS LAYER 2 AND 3 OF BITCOIN&lt;/h3&gt;
&lt;p&gt;Kalima is client-side validated state and smart contracts system operating on Layer 2 and 3 of Bitcoin ecosystem.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Kalima is not only a token protocol. Though issuance and management of highly scalable, programmable and private assets of different sort is possible with Kalima, it can be applied in many industries far beyond financial world.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Works with Lightning Network.&lt;/p&gt;</description></item><item><title>Kalima Use Cases</title><link>https://docs.w3drive.org/docs/architecture/use-cases/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/architecture/use-cases/</guid><description>&lt;p&gt;weight: 130
linkTitle: &amp;ldquo;Use Cases&amp;rdquo;&lt;/p&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Kalima is a Blockchain designed to secure and guarantee the storage and transfer of sensitive data from the industries which use IoT, interconnected objects.&lt;/p&gt;
&lt;p&gt;The features and advantages of Kalima allow it to be useful in many industries thanks to a very efficient development API which enable developers and makers to develop Decentralized Applications (DApps) adapted to use cases in many areas.&lt;/p&gt;
&lt;p&gt;This document presents some use cases realized by Kalima, some are POC, some are prototypes, others are production level applications and Product.&lt;/p&gt;</description></item><item><title>White Paper (Short Version)</title><link>https://docs.w3drive.org/docs/architecture/white-paper-short/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/architecture/white-paper-short/</guid><description>&lt;p&gt;weight: 140
linkTitle: &amp;ldquo;White Paper Short&amp;rdquo;&lt;/p&gt;
&lt;p&gt;KALIMA ECOSYSTEM : A NETWORK OF BLOCKCHAIN&lt;/p&gt;
&lt;p&gt;Kalima Blockchain is composed of the Kalima MainChain and a decentralized network of independent permissioned blockchains called Kalima Privachains. It’s a third generation of blockchain like Cosmos and Polkadot proposing a network of blockchains as a new paradigm to solve the decentralization objective and achieve scalability.&lt;/p&gt;
&lt;p&gt;Each Kalima Privachain is independent with its own governance and can be interconnected, or not, with another Kalima Privachain or with Tezos and soon with Lightning networks, Polygon and Cosmos hubs.&lt;/p&gt;</description></item><item><title>Kalima White Paper (English)</title><link>https://docs.w3drive.org/docs/architecture/white-paper/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/architecture/white-paper/</guid><description>&lt;p&gt;weight: 150
linkTitle: &amp;ldquo;White Paper&amp;rdquo;&lt;/p&gt;
&lt;h3&gt;&lt;/h3&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The rapid transition from Web2 to Web3 is replacing centralized infrastructure and applications with decentralized infrastructures and dApps (decentralized applications). By 2025, 80% of data processing and analysis will take place in smart connected objects, such as vehicles, gateways, manufacturing robots, and computing facilities.&lt;/p&gt;
&lt;p&gt;Whether it is for smart cities, supply chain, healthcare, or the energy sector, networks of connected devices will be used to collect, manage and analyze data, creating tremendous value for IoT and Big Data applications.&lt;/p&gt;</description></item><item><title>Blockchain Explorer Advanced</title><link>https://docs.w3drive.org/docs/components/blockchain-explorer/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/components/blockchain-explorer/</guid><description>&lt;p&gt;weight: 160
linkTitle: &amp;ldquo;Blockchain Explorer&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;General introduction of the Blockchain Explorer administrative tool&lt;/p&gt;
&lt;p&gt;The Blockchain Explorer administrative tool contain all data of the Kalima blockchain. We can explore all the events happening in the blockchain, even data suppressions.&lt;/p&gt;
&lt;p&gt;This tool includes a search bar per « Address ».&lt;/p&gt;
&lt;p&gt;In the administrative tool Blockchain Explorer the newer data are displayed from on top of each page and the older ones at the bottom. The 20 last transactions are displayed on lauch.&lt;/p&gt;</description></item><item><title>DataLake SDK</title><link>https://docs.w3drive.org/docs/components/datalake-sdk/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/components/datalake-sdk/</guid><description>&lt;p&gt;weight: 170
linkTitle: &amp;ldquo;Datalake Sdk&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Kalima Blockchain Data Lake SDK&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The Kalima Blockchain Data Lake SDK is a collaborative tool which relies on Kalima Blockchain technology to ensure full traceability and security of files.&lt;/p&gt;
&lt;p&gt;This tool will help users to share and work on documents in a collaborative manner with full traceability of every action that happen on the file directory (modification, upload, deletion of documents). With the Kalima Blockchain data lake SDK you will have a full traceability on your directory, and you will be able to prove with evidence the immutability of a document. If needed, you will have the possibility to recover an older version of a document that has been modified several times. No definitive deletion of a document is possible. In other words, it is indeed possible to download any version of a document, even if it has been deleted. Kalima datalake propose a very complete toolset to manage sharing authorizations.&lt;/p&gt;</description></item><item><title>Kalima Explorer - Blockchain Browser</title><link>https://docs.w3drive.org/docs/components/explorer/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/components/explorer/</guid><description>&lt;p&gt;weight: 180
linkTitle: &amp;ldquo;Explorer&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id="overview-of-the-kalimaadmin-administration-tool"&gt;Overview of the Kalima Admin Administration Tool&lt;/h2&gt;
&lt;p&gt;The Kalima Admin administration tool allows the management of data shared with authorized nodes of the blockchain. All its actions are historicalized to add security and traceability to the data. Data history cannot be modified or deleted.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id="connexion"&gt;Connexion&lt;/h2&gt;
&lt;p&gt;When you access Kalima Admin, you will arrive on the Kalima Authentication system:&lt;/p&gt;
&lt;p&gt;Image1&lt;/p&gt;
&lt;p&gt;Figure 1 – Connexion to the Kalima Admin tool&lt;/p&gt;</description></item><item><title>KalimaCTL - Command-Line Tool</title><link>https://docs.w3drive.org/docs/components/kalima-ctl/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/components/kalima-ctl/</guid><description>&lt;p&gt;weight: 190
linkTitle: &amp;ldquo;Kalima Ctl&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This document explains how to use KalimaCTL, presents the different commands available in KalimaCTL and describes the expected results.&lt;/p&gt;
&lt;h2 id="start-up"&gt;Start-up&lt;/h2&gt;
&lt;p&gt;KalimaCTL is a Kalima client node, it must be launched with a : The path of its config file.&lt;/p&gt;
&lt;p&gt;Exemple : java -jar bin/KalimaCTL.jar etc/cfg/node.config&lt;/p&gt;
&lt;h2 id="commande-help"&gt;Commande help&lt;/h2&gt;
&lt;p&gt;The help command allows to get the list of available commands, as well as a small documentation on each command. KalimaCTL will actually read the text files in the man folder.&lt;/p&gt;</description></item><item><title>Developers Documentation</title><link>https://docs.w3drive.org/docs/development/developers-guide/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/development/developers-guide/</guid><description>&lt;p&gt;weight: 200
linkTitle: &amp;ldquo;Developers Guide&amp;rdquo;&lt;/p&gt;
&lt;p&gt;BUILDER’S GUIDES&lt;/p&gt;
&lt;p&gt;Here, you will discover many development tools and resources in the Kalima ecosystem. We are always adding new tools and frameworks as we learn about them so if you are working on something that should be included, please reach out to us on Twitter or Telegram. This section is divided into the following parts:&lt;/p&gt;
&lt;p&gt;Development Guide&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://wiki.polkadot.network/docs/build-build-with-polkadot"&gt;Starter&amp;rsquo;s Guide&lt;/a&gt; - Overview on choosing a PrivaChain, or smart contract for your project and how to get started.&lt;/p&gt;</description></item><item><title>Kalima Developers Program</title><link>https://docs.w3drive.org/docs/development/developers-program/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/development/developers-program/</guid><description>&lt;p&gt;weight: 210
linkTitle: &amp;ldquo;Developers Program&amp;rdquo;&lt;/p&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;p&gt;KALIMA DEVELOPER PROGRAM&lt;/p&gt;
&lt;p&gt;Kalima Systems help the developers of the ecosystem by offering development tools, support and financing programs for early adopters.&lt;/p&gt;
&lt;p&gt;Join the Kalima developer ecosystem to develop the future of  Web3 for the enterprise&lt;/p&gt;
&lt;p&gt;and the Internet of Things with the Kalima protocol.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;KALIMA TECHNOLOGY&lt;/p&gt;
&lt;p&gt;Kalima the Blockchain for Enterprises and IoT&lt;/p&gt;
&lt;p&gt;Kalima Blockchain was created as an end-to-end solution for the noterization, tokenization and monetization of real-world data.&lt;/p&gt;</description></item><item><title>How to Buy KLX (Step-by-Step)</title><link>https://docs.w3drive.org/docs/getting-started/buy-klx/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/getting-started/buy-klx/</guid><description>&lt;p&gt;weight: 220
linkTitle: &amp;ldquo;Buy Klx&amp;rdquo;&lt;/p&gt;
&lt;p&gt;How to buy KLX&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;hr&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;**Introduction **&lt;/li&gt;
&lt;li&gt;**Step 1 : Sign Up on Bitmart **&lt;/li&gt;
&lt;li&gt;**Step 2 : Buy or Deposit USDT **&lt;/li&gt;
&lt;li&gt;**Step 3 : Buying KLX **&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;weight: 220
linkTitle: &amp;ldquo;Buy Klx&amp;rdquo;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;**Introduction : **********&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;KLX is listed on Bitmart as USDT/KLX pair.&lt;/p&gt;
&lt;p&gt;KLX is an ERC20 token on the Polygon Network.&lt;/p&gt;
&lt;p&gt;The following trading pair will be available: KLX/USDT. Please note the available dates for different functions below:&lt;/p&gt;</description></item><item><title>Install Kalima Admin</title><link>https://docs.w3drive.org/docs/getting-started/install-admin/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/getting-started/install-admin/</guid><description>&lt;p&gt;weight: 230
linkTitle: &amp;ldquo;Install Admin&amp;rdquo;&lt;/p&gt;
&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;The installation of Kalima Admin with docker is possible to facilitate the process.&lt;/p&gt;
&lt;p&gt;The docker image is available on the following registry: kalimasystems&lt;/p&gt;
&lt;p&gt;To do this, we just need to docker, see: docs.docker.com/get-docker/&lt;/p&gt;
&lt;p&gt;It is then enough to make a “pull” of the image with the following command:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;docker pull kalimasystems/kalima-admin:latest&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To use Kalima Admin, we also need a REST API in order to have the data on this interface, for that, we will have to install this REST API first.&lt;/p&gt;</description></item><item><title>Governance Overview</title><link>https://docs.w3drive.org/docs/governance/overview/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/governance/overview/</guid><description>&lt;p&gt;weight: 240
linkTitle: &amp;ldquo;Overview&amp;rdquo;&lt;/p&gt;
&lt;p&gt;GOVERNANCE OVERVIEW&lt;/p&gt;
&lt;p&gt;The Kalima Blockchain has two on-Chain governance mechanism.
These governance mechanisms are here to managed important changes such as White Paper evolutions, governance evolutions, consensus parameters, Validation Pools remuneration or transaction fees level etc.
There are two types of proposal regarding the Kalima Governance with two different voting process:
• General governance.
• Kalima Network governance.
This document provides background information on these different kinds of proposals and best-practices for drafting them and proposing them.
In this document “holder of KLX” means to own On-chain KLX, which can be verified with MetaMask, or to own KLX in clif or in vesting which are registered in the governance Kalima Blockchain at the corresponding addresses.
All governance proposals submissions, proposals deposits, proposals status and votes are registered in the governance Kalima Blockchain at the corresponding addresses.&lt;/p&gt;</description></item><item><title>Portfolio Diversification</title><link>https://docs.w3drive.org/docs/governance/portfolio-diversification/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/governance/portfolio-diversification/</guid><description>&lt;p&gt;weight: 250
linkTitle: &amp;ldquo;Portfolio Diversification&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Diversify your portfolio&lt;/p&gt;
&lt;h2 id="be-part-of-the-web3-revolution"&gt;Be part of the Web3 revolution&lt;/h2&gt;
&lt;p&gt;Kalima is building a scalable Web3 network for enterprises and the Internet of Things (IoT)&lt;/p&gt;
&lt;p&gt;Invest in Kalima Blockchain validation pools, an innovative product with great potential&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Blockhain for enterprises &amp;amp; IoT blockchain market&lt;/p&gt;
&lt;h2 id="a-market-expected-to-grow-very-strongly-with-corresponding-revenues"&gt;A market expected to grow very strongly, with corresponding revenues&lt;/h2&gt;
&lt;p&gt;The volume of data generated by the Internet of Things is growing exponentially&lt;/p&gt;</description></item><item><title>Pre-Bridge Staking</title><link>https://docs.w3drive.org/docs/governance/staking-prebridge/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/governance/staking-prebridge/</guid><description>&lt;p&gt;weight: 260
linkTitle: &amp;ldquo;Staking Prebridge&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Pre-bridge staking&lt;/p&gt;
&lt;p&gt;KLX holders will be able to stake their tokens before the bridge of the KLX token from the ERC20 standard to the native KLX standard on the Kalima MainChain. The bridge is scheduled for Q1 2024. Staking ERC20 tokens will help build and secure the Kalima Network, creating a robust staking pool ahead of the launch of the Kalima MainChain.&lt;/p&gt;
&lt;p&gt;Between February 2nd, 2023 and the date of the bridge – scheduled for Q1 2024 – KLX holders will be able to stake their tokens in the &amp;ldquo;Pre-Bridge staking&amp;rdquo; program. The longer the tokens are staked, the bigger the reward will be, with a maximum return of 10%, for a maximum staking period, i.e. from February 2nd to the day of the launch of the bridge.&lt;/p&gt;</description></item><item><title>Staking Documentation</title><link>https://docs.w3drive.org/docs/governance/staking/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/governance/staking/</guid><description>&lt;p&gt;weight: 270
linkTitle: &amp;ldquo;Staking&amp;rdquo;&lt;/p&gt;
&lt;p&gt;STAKING GUIDES&lt;/p&gt;
&lt;p&gt;What is staking?&lt;/p&gt;
&lt;p&gt;Staking is the process of locking KLX tokens on the chain as a mean of securing the entire Kalima network. For doing so, stakers will earn rewards.&lt;/p&gt;
&lt;p&gt;The Kalima Blockchain is a Delegated Proof-Of-Stake (DPoS) blockchain. KLX tokens can be self-delegated directly by a validator or a Validation Pool or delegated to a Validation Pool by KLX holders (delegators).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;What are Delegators?&lt;/p&gt;</description></item><item><title>Governance Tutorial</title><link>https://docs.w3drive.org/docs/governance/tutorial/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/governance/tutorial/</guid><description>&lt;p&gt;weight: 280
linkTitle: &amp;ldquo;Tutorial&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Governance Kalima - How to vote?&lt;/p&gt;
&lt;h1 id="heading"&gt; &lt;/h1&gt;
&lt;h1 id="step-1"&gt;Step 1&lt;/h1&gt;
&lt;p&gt;Connect to your Metamask&lt;/p&gt;
&lt;h2 id="image-3"&gt;Image 3&lt;/h2&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="step-2"&gt;Step 2&lt;/h1&gt;
&lt;p&gt;Une image contenant texte Description générée automatiquement
‎
‎Go to the Kalima.io website and click on &amp;ldquo;Governance&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="step-3"&gt;Step 3&lt;/h1&gt;
&lt;p&gt;Une image contenant texte Description générée automatiquement&lt;/p&gt;
&lt;p&gt;Click on &amp;ldquo;Connect with Metamask&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="step-4"&gt;Step 4&lt;/h1&gt;
&lt;p&gt;Image 9&lt;/p&gt;
&lt;p&gt;A window of your wallet is open, you will just have to sign&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="step-5"&gt;Step 5&lt;/h1&gt;
&lt;p&gt;An image containing Website Auto-generated description&lt;/p&gt;</description></item><item><title>Validation Pools (One-Pager)</title><link>https://docs.w3drive.org/docs/governance/validation-pools-onepager/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/governance/validation-pools-onepager/</guid><description>&lt;p&gt;weight: 290
linkTitle: &amp;ldquo;Validation Pools Onepager&amp;rdquo;&lt;/p&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Validation Pools Documentation</title><link>https://docs.w3drive.org/docs/governance/validation-pools/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/governance/validation-pools/</guid><description>&lt;p&gt;weight: 300
linkTitle: &amp;ldquo;Validation Pools&amp;rdquo;&lt;/p&gt;
&lt;p&gt;VALIDATION POOL GUIDE&lt;/p&gt;
&lt;p&gt;Validation Pools&lt;/p&gt;
&lt;p&gt;Validation pools operates several Master Nodes and Validation nodes on the Validation pools operates several Validation nodes and several Master nodes on the network.&lt;/p&gt;
&lt;p&gt;Their role is to run Master Nodes and Validation nodes for the Kalima Mainchain channels and also for the PrivaChains that want to delegate the operation of their validation nodes.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How are they organized ?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At the launch of the network there will be a maximum of 100 validation pools. Kalima Blockchain will manage a validation pool.&lt;/p&gt;</description></item><item><title>Validator Setup Guide</title><link>https://docs.w3drive.org/docs/governance/validator-guide/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/governance/validator-guide/</guid><description>&lt;p&gt;weight: 310
linkTitle: &amp;ldquo;Validator Guide&amp;rdquo;&lt;/p&gt;
&lt;p&gt;THE KALIMA ECOSYSTEM&lt;/p&gt;
&lt;p&gt;Consensus mechanism&lt;/p&gt;
&lt;p&gt;Unique Delegated Proof of Stake mechanism with a vote solution – a raft variant&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Saves computation cycles&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Scales efficiently&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tailored to enterprise use case by providing a secure robust model for identity auditability and privacy&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What are KLX validators?&lt;/p&gt;
&lt;p&gt;A validator oversees transaction integrity and blockchain data immutability. Simple validation nodes do not have to be full nodes since they are not required to store ledger data.&lt;/p&gt;</description></item><item><title>Validators Documentation</title><link>https://docs.w3drive.org/docs/governance/validators/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/governance/validators/</guid><description>&lt;p&gt;weight: 320
linkTitle: &amp;ldquo;Validators&amp;rdquo;&lt;/p&gt;
&lt;p&gt;VALIDATORS ON KALIMA&lt;/p&gt;
&lt;p&gt;WHAT ARE VALIDATION NODES&lt;/p&gt;
&lt;p&gt;Following the Kalima consensus, each validator must validate all blocks and they all must be validated in respect with their time of arrival. The same reward is given to all validators for all block validations. Validators are in charge of producing correct validation hash in time.&lt;/p&gt;
&lt;p&gt;In return for their validation work, they receive &lt;a href=""&gt;rewards&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;0,98 KLX is emitted every block for each master nodes for each blockchain&lt;/p&gt;</description></item><item><title>JavaDoc API Reference</title><link>https://docs.w3drive.org/docs/reference/javadoc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/reference/javadoc/</guid><description>&lt;p&gt;weight: 340
linkTitle: &amp;ldquo;Javadoc&amp;rdquo;&lt;/p&gt;
&lt;h1 id="javadoc-api-reference"&gt;JavaDoc API Reference&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://docs.w3drive.org/docs/reference/javadoc/"&gt;📖 Accéder à la JavaDoc complète&lt;/a&gt;{.md-button .md-button&amp;ndash;primary}&lt;/p&gt;</description></item><item><title>Android API Example</title><link>https://docs.w3drive.org/docs/tutorials/android-example/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/android-example/</guid><description>&lt;p&gt;weight: 350
linkTitle: &amp;ldquo;Android Example&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="1-prerequisite"&gt;1. Prerequisite&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Android Studio -&amp;gt; Installation: &lt;a href="https://developer.android.com/studio/install"&gt;https://developer.android.com/studio/install&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install JAVA 11 -&amp;gt; Installation: JAVA 11&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install Android 31 API on Android Studio&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="2-api-android"&gt;2. API Android&lt;/h1&gt;
&lt;p&gt;Kalima provides an API for Android in the form of an aar library, which allows you to launch a service that connects to the blockchain, and that provides the necessary elements to communicate with this service.&lt;/p&gt;
&lt;p&gt;We can also according to our needs, follow the Java Tutorial and simply use the Kalima jar, but the advantage of a service is that it can run in the background, and therefore allow the reception of data even when the Android application is closed, to be able for example to receive notifications.&lt;/p&gt;</description></item><item><title>APIs Tutorials Overview</title><link>https://docs.w3drive.org/docs/tutorials/apis-overview/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/apis-overview/</guid><description>&lt;p&gt;weight: 360
linkTitle: &amp;ldquo;Apis Overview&amp;rdquo;&lt;/p&gt;
&lt;p&gt;In this section you will find tutorials to help you get started and take a more detailed look at Kalima Blockchain.&lt;/p&gt;
&lt;p&gt;These tutorials will walk you through code examples to translate Kalima Blockchain into practice.&lt;/p&gt;
&lt;p&gt;- Android - Java - C - C# - REST - Smart Contracts -&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>C API Example</title><link>https://docs.w3drive.org/docs/tutorials/c-example/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/c-example/</guid><description>&lt;p&gt;weight: 370
linkTitle: &amp;ldquo;C Example&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="1-library-lib"&gt;1. Library (lib)&lt;/h1&gt;
&lt;p&gt;This library contains all the headers of the library, as well as the static archive lib_KalimaNodeLib.a. This archive will be used when creating the executable of the project. The headers will be used to call the methods that will be useful to us in our example.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="2-config-file-etccfg"&gt;2. Config file (etc/cfg)&lt;/h1&gt;
&lt;p&gt;Image2&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s see the usefulness of the different configurations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;LedgerName -&amp;gt; This is the name of the Ledger we are going to connect to. For the example it is not very useful.&lt;/p&gt;</description></item><item><title>Light C API Example</title><link>https://docs.w3drive.org/docs/tutorials/c-light-example/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/c-light-example/</guid><description>&lt;p&gt;weight: 380
linkTitle: &amp;ldquo;C Light Example&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;1. Librairie (libs)&lt;/p&gt;
&lt;p&gt;This library contains all the headers of the library, as well as the static archive lib_KalimaMQC.a. This archive will be used when creating the executable of the project. The headers will be used to call the methods that will be useful to us in our example.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;2. Config file (etc/cfg)&lt;/p&gt;
&lt;p&gt;Picture 1&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s see the usefulness of the different configurations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;LedgerName -&amp;gt; This is the name of the Ledger we are going to connect to. For the example it is not very useful.&lt;/p&gt;</description></item><item><title>C# API Tutorial</title><link>https://docs.w3drive.org/docs/tutorials/csharp-api/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/csharp-api/</guid><description>&lt;p&gt;weight: 390
linkTitle: &amp;ldquo;Csharp Api&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="prerequisite"&gt;Prerequisite&lt;/h1&gt;
&lt;p&gt;To use the Kalima C# API, it is recommended that you have previously read the documentation API_Kalima.&lt;/p&gt;
&lt;h1 id="configuration"&gt;Configuration&lt;/h1&gt;
&lt;p&gt;The Kalima C# API is provided as a DLL.&lt;/p&gt;
&lt;p&gt;To use the Kalima api in your project, simply include la dll in your dependencies.&lt;/p&gt;
&lt;h1 id="implementation"&gt;Implementation&lt;/h1&gt;
&lt;h2 id="connecting-to-a-kalima-blockchain"&gt;Connecting to a Kalima blockchain&lt;/h2&gt;
&lt;p&gt;In this section we will see how to set up the minimum necessary to create a C# node and connect it to a Kalima blockchain.&lt;/p&gt;</description></item><item><title>Java API Tutorial</title><link>https://docs.w3drive.org/docs/tutorials/java-api/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/java-api/</guid><description>&lt;p&gt;weight: 400
linkTitle: &amp;ldquo;Java Api&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id="prerequisite"&gt;Prerequisite&lt;/h2&gt;
&lt;p&gt;To use the Kalima Java API, it is recommended to previously read the document “API_Kalima” and install the Java JDK (version 11).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2 id="configuration"&gt;Configuration&lt;/h2&gt;
&lt;p&gt;The Kalima API is provided in the form of a JAR, there are two versions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Kalima.jar è Contains the necessary elements to create a Kalima node capable of connecting to a Kalima Blockchain, of performing transactions on the blockchain, and of reacting in an event-driven way to the creation of new transactions (this makes it possible to create java smart contracts)&lt;/p&gt;</description></item><item><title>Node.js API Tutorial</title><link>https://docs.w3drive.org/docs/tutorials/nodejs-api/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/nodejs-api/</guid><description>&lt;p&gt;weight: 410
linkTitle: &amp;ldquo;Nodejs Api&amp;rdquo;&lt;/p&gt;
&lt;h1 id="prerequisite"&gt;Prerequisite&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;JRE Java&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;nodeJS&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;npm&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="architecture"&gt;Architecture&lt;/h1&gt;
&lt;p&gt;There is no Kalima Javascript Node, however there is a JS API to link a JS program (a nodeJS server for example) with a specific Java Node (KalimaNodeAdmin).&lt;/p&gt;
&lt;p&gt;In this tutorial we will see how to develop a nodeJS server that uses the Kalima JS API, then how to set and run the Java part and the nodeJS server.&lt;/p&gt;</description></item><item><title>Smart Contracts Development (Android)</title><link>https://docs.w3drive.org/docs/tutorials/smart-contracts-android/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/smart-contracts-android/</guid><description>&lt;p&gt;weight: 420
linkTitle: &amp;ldquo;Smart Contracts Android&amp;rdquo;&lt;/p&gt;
&lt;h1 id="prerequisites"&gt;Prerequisites&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Android StudioInstallation: &lt;a href="https://developer.android.com/studio/install"&gt;https://developer.android.com/studio/install&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install JAVA 11Installation: JAVA 11&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install Android 31 API on Android Studio&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To use the Android Kalima API, it is recommended to have previously read the documentation Android_Example and to have installed the Java JDK in version 11 at least.&lt;/p&gt;
&lt;p&gt;A complete Android smart contract example is available on our public GitHub: KalimaAndroidExample.&lt;/p&gt;
&lt;p&gt;To create an Android smart contract, you just need the kalima-android-lib-release.aar,API, so you should implement this API in your project to be able to create your Java smart contract&lt;/p&gt;</description></item><item><title>Smart Contracts Development (C)</title><link>https://docs.w3drive.org/docs/tutorials/smart-contracts-c/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/smart-contracts-c/</guid><description>&lt;p&gt;weight: 430
linkTitle: &amp;ldquo;Smart Contracts C&amp;rdquo;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;h1 id="library-lib"&gt;Library (lib)&lt;/h1&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This library contains all the headers of the library, as well as the static archive lib_KalimaNodeLib.a. This archive will be used when creating the executable of the project. The headers will be used to call the methods that will be useful to us in our example.&lt;/p&gt;
&lt;ol start="2"&gt;
&lt;li&gt;
&lt;h1 id="config-file-etc-cfg"&gt;Config file (etc/ cfg)&lt;/h1&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Picture 1&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s see the usefulness of the different configurations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;LedgerName -&amp;gt; This is the name of the Ledger we are going to connect to. For the example it is not very useful.&lt;/p&gt;</description></item><item><title>Smart Contracts Development (Java)</title><link>https://docs.w3drive.org/docs/tutorials/smart-contracts-java/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/smart-contracts-java/</guid><description>&lt;p&gt;weight: 440
linkTitle: &amp;ldquo;Smart Contracts Java&amp;rdquo;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="prerequisites"&gt;Prerequisites&lt;/h1&gt;
&lt;p&gt;To use the Java Kalima API, it is recommended to have previously read the documentation API_Kalima and to have installed the Java JDK in version 11 at least.&lt;/p&gt;
&lt;p&gt;A complete Java smart contract example is available on our public GitHub: KalimaJavaExample.&lt;/p&gt;
&lt;p&gt;To create a Java smart contract, you just need the Kalima.jar API, so you should implement this API in your project to be able to create your Java smart contract.&lt;/p&gt;</description></item><item><title>Smart Contracts Development (Node.js)</title><link>https://docs.w3drive.org/docs/tutorials/smart-contracts-nodejs/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/tutorials/smart-contracts-nodejs/</guid><description>&lt;p&gt;weight: 450
linkTitle: &amp;ldquo;Smart Contracts Nodejs&amp;rdquo;&lt;/p&gt;
&lt;h1 id="prerequisite"&gt;Prerequisite&lt;/h1&gt;
&lt;p&gt;To use the Kalima Java API, it is recommended that you have previously read the documentation API_Kalima. &lt;/p&gt;
&lt;p&gt;To develop a smart contract node, it is better to read the documentation API_Java, because the Java API can be used in smart contracts to create new transactions for example.&lt;/p&gt;
&lt;p&gt;A complete example of a smart contract node is available on our public GitHub: SmartContractNode&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h1 id="configuration"&gt;Configuration&lt;/h1&gt;
&lt;p&gt;The Kalima api is provided in the form of a JAR, there are two versions:&lt;/p&gt;</description></item><item><title>Android API Documentation</title><link>https://docs.w3drive.org/docs/api/android-docs/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/api/android-docs/</guid><description>&lt;p&gt;weight: 0
linkTitle: &amp;ldquo;Android Docs&amp;rdquo;&lt;/p&gt;
&lt;h1&gt;&lt;/h1&gt;
&lt;p&gt;Kalima Android API offers the possibility to implement its own Kalima client node in an Android service. To know more about it, you can refer to a Kalima Android service implamentation Android_Example.&lt;/p&gt;</description></item><item><title/><link>https://docs.w3drive.org/docs/reference/javadoc/contractmanager/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/reference/javadoc/contractmanager/</guid><description>&lt;!DOCTYPE HTML&gt;
&lt;!-- NewPage --&gt;
&lt;html lang="fr"&gt;
&lt;head&gt;
&lt;!-- Generated by javadoc (11.0.4) on Tue Oct 18 17:11:58 CEST 2022 --&gt;
&lt;title&gt;Generated Documentation (Untitled)&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;
&lt;script type="text/javascript"&gt;window.location.replace('org/kalima/contractManager/package-summary.html')&lt;/script&gt;
&lt;noscript&gt;
&lt;meta http-equiv="Refresh" content="0;org/kalima/contractManager/package-summary.html"&gt;
&lt;/noscript&gt;
&lt;link rel="canonical" href="org/kalima/contractManager/package-summary.html"&gt;
&lt;link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;main role="main"&gt;
&lt;noscript&gt;
&lt;p&gt;JavaScript is disabled on your browser.&lt;/p&gt;
&lt;/noscript&gt;
&lt;p&gt;&lt;a href="org/kalima/contractManager/package-summary.html"&gt;org/kalima/contractManager/package-summary.html&lt;/a&gt;&lt;/p&gt;
&lt;/main&gt;
&lt;/body&gt;
&lt;/html&gt;</description></item><item><title/><link>https://docs.w3drive.org/docs/reference/javadoc/kalimanodelib/doc/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.w3drive.org/docs/reference/javadoc/kalimanodelib/doc/</guid><description>&lt;!DOCTYPE HTML&gt;
&lt;!-- NewPage --&gt;
&lt;html lang="fr"&gt;
&lt;head&gt;
&lt;!-- Generated by javadoc (11.0.15) on Tue Oct 11 12:17:38 CEST 2022 --&gt;
&lt;title&gt;Generated Documentation (Untitled)&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;
&lt;script type="text/javascript"&gt;window.location.replace('org/kalima/cache/lib/package-summary.html')&lt;/script&gt;
&lt;noscript&gt;
&lt;meta http-equiv="Refresh" content="0;org/kalima/cache/lib/package-summary.html"&gt;
&lt;/noscript&gt;
&lt;link rel="canonical" href="org/kalima/cache/lib/package-summary.html"&gt;
&lt;link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;main role="main"&gt;
&lt;noscript&gt;
&lt;p&gt;JavaScript is disabled on your browser.&lt;/p&gt;
&lt;/noscript&gt;
&lt;p&gt;&lt;a href="org/kalima/cache/lib/package-summary.html"&gt;org/kalima/cache/lib/package-summary.html&lt;/a&gt;&lt;/p&gt;
&lt;/main&gt;
&lt;/body&gt;
&lt;/html&gt;</description></item></channel></rss>