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.
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.
In order to run a full-node on the OKTC testnet, you must first install exchaind
. Then, follow the guide.
If you would like to run a validator node, follow the validator setup 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
:
mkdir oktc-docs
npm install -g vuepress
npm init && npm install vue-template-compiler
dev
: gh repo clone your-github-name/okexchain-docs && mv okexchain-docs dev
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