OKTChain (OKTC) is an EVM-compatible layer 1 built on Cosmos with a focus on true interoperability (IBC) and maximal performance. OKTC lets developers build cross-chain applications that can scale with low gas fees. The OKTChain ecosystem and infrastructure, including the all-in-one multi-chain Web3 interface, enables a seamless experience for both developers and users.
- High scalability & Performance: Based on enhanced Tendermint and Delegated Proof of Stake (DPoS) consensus, OKTC supports up to 5000 Transactions per Second (TPS), letting Web3 applications reach their full potential at extremely low cost.
- Enhanced interoperability: OKTChain supports Inter-blockchain communication (IBC)protocol that — together with instant finality of Tendermint consensus — allows real time value transmission between EVM chains and the Cosmos ecosystem. Being fully EVM compatible, OKTC allows developers to build projects using standard Solidity developer tooling and deployment workflows.
- Developer friendly: OKTChain is completely open-source. Anyone can read it, check the progress, comment on it, and help build the ecosystem. OKTChain also provides a native oracle protocol and Chainlink interop for maximum flexibility to access price feeds.
- Secure: The OKTChain team offers a reliable smart contract auditing service, making it a genuinely decentralized protocol that avoids the centralization risks of most blockchain networks today.
Do you have OKT tokens? With OKT, you have the unique ability to contribute to the security and governance of the OKTC. Delegate your OKT to one or more of the 30 validators on the OKTC blockchain to earn more OKT through Delegated Proof-of-Stake. You can also vote with your OKT to influence the future of OKT Chain through on-chain governance proposals. Learn more about being a delegator.
The OKTC block explorer allows you to search, view and analyze OKTC data—like blocks, transactions, validators as well as other key information.
exchaincli
is a command-line interface to interact with OKTChain. exchaincli
is the only tool that supports 100% of the OKTC features, including accounts, transfers, delegation, and governance. Learn more about exchaincli with the delegator's CLI guide.
Have questions, comments, or ideas? Feel free to participate and to become part of the OKTC community through one of the following channels.
As an open source project we appreciate contributions from our community. If you see any errors or ways to improve these docs please open an issue or Pull Request.
This documentation can be run locally using vuepress
:
- Fork this repo.
- Create and navigate into a new directory in your local dev environment:
mkdir oktc-docs
- Install vuepress globally:
npm install -g vuepress
- Create a new vuepress project setup using node v16:
npm init && npm install vue-template-compiler
- Clone your fork into the directory and rename it
dev
:gh repo clone your-github-name/okexchain-docs && mv okexchain-docs dev
- Create a .vuepress dir and config.js in the top level directory:
mkdir .vuepress && touch .vuepress/config.js
The contents of config.js
will be:
const oktcDocs = require('./oktc-docs');
module.exports = {
title: 'OKTC Documentation',
description: 'A documentation site for OKTC',
themeConfig: {
sidebar: oktcDocs
}
};
You can then run the project on localhost:8080 with the vuepress dev
command. The formatting and stylings will be slightly different in standard vuepress but the content will be identical.
The version of the program relating to this documentation is: 0.10