From b3c1cedd560f723d023238b0f87fadadcb4c8062 Mon Sep 17 00:00:00 2001 From: sotatek-tyler-nguyen4 Date: Wed, 2 Jul 2025 14:30:43 +0700 Subject: [PATCH 1/3] XDEFI-14622 update supported chains docs --- .vitepress/config.ts | 68 +++++++++++++++---- README.md | 2 +- about/xdefi-token/tokenomics.md | 2 +- developers/base.md | 9 +++ developers/beam.md | 9 +++ developers/blast.md | 9 +++ developers/blockchains-integration.md | 28 +++++--- developers/celo.md | 9 +++ developers/extension-cardano.md | 12 ++-- developers/extension-cosmos.md | 50 +++++++------- developers/klaytn.md | 9 +++ developers/linea.md | 9 +++ developers/manta.md | 9 +++ developers/mantle.md | 9 +++ developers/opbnb.md | 9 +++ developers/polygon.md | 2 +- developers/rainbowkit-xdefi-integration.md | 8 +-- developers/scroll.md | 9 +++ .../solana-adapter-xdefi-integration.md | 2 +- developers/terra.md | 25 +++++++ developers/zetachain.md | 9 +++ developers/zksync.md | 9 +++ 22 files changed, 248 insertions(+), 59 deletions(-) create mode 100644 developers/base.md create mode 100644 developers/beam.md create mode 100644 developers/blast.md create mode 100644 developers/celo.md create mode 100644 developers/klaytn.md create mode 100644 developers/linea.md create mode 100644 developers/manta.md create mode 100644 developers/mantle.md create mode 100644 developers/opbnb.md create mode 100644 developers/scroll.md create mode 100644 developers/terra.md create mode 100644 developers/zetachain.md create mode 100644 developers/zksync.md diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 256cbb48b..8941b7596 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -472,6 +472,18 @@ export default { text: 'Avalanche (AVAX)', link: '/developers/avalanche', }, + { + text: 'Base (ETH)', + link: '/developers/base', + }, + { + text: 'Beam (BEAM)', + link: '/developers/beam', + }, + { + text: 'Blast (ETH)', + link: '/developers/blast', + }, { text: 'BNB Smart Chain (BNB)', link: '/developers/bnb-smart-chain', @@ -480,6 +492,10 @@ export default { text: 'Canto (CANTO)', link: '/developers/canto', }, + { + text: 'Celo (CELO)', + link: '/developers/celo', + }, { text: 'Cronos (CRO)', link: '/developers/cronos', @@ -492,14 +508,46 @@ export default { text: 'Gnosis (xDAI)', link: '/developers/gnosis', }, + { + text: 'Klaytn (KLAY)', + link: '/developers/klaytn', + }, + { + text: 'Linea (ETH)', + link: '/developers/linea', + }, + { + text: 'Manta (ETH)', + link: '/developers/manta', + }, + { + text: 'Mantle (MNT)', + link: '/developers/mantle', + }, + { + text: 'OpBNB (ETH)', + link: '/developers/opbnb', + }, { text: 'Optimism (ETH)', link: '/developers/optimism', }, { - text: 'Polygon (MATIC)', + text: 'Polygon (POL)', link: '/developers/polygon', }, + { + text: 'Scroll (ETH)', + link: '/developers/scroll', + }, + { + text: 'ZetaChain (ZETA)', + link: '/developers/zetachain', + }, + { + text: 'ZkSync (ETH)', + link: '/developers/zksync', + }, ], }, { @@ -539,10 +587,6 @@ export default { text: 'Kujira (KUJI)', link: '/developers/kujira', }, - { - text: 'Mars (MARS)', - link: '/developers/mars', - }, { text: 'Osmosis (OSMO)', link: '/developers/osmosis', @@ -559,6 +603,10 @@ export default { text: 'Stride (STRD)', link: '/developers/stride', }, + { + text: 'Terra (LUNA)', + link: '/developers/terra', + }, ], }, { @@ -569,10 +617,6 @@ export default { text: 'Bitcoin Cash (BCH)', link: '/developers/bitcoin-cash', }, - { - text: 'BNB Beacon Chain (BNB)', - link: '/developers/bnb-beacon-chain', - }, { text: 'Cardano (ADA)', link: '/developers/cardano', @@ -738,13 +782,13 @@ export default { transformHead(assets: string[]): HeadConfig[] { const tomatogroteskLightFont = assets.find( - (file) => /TomatoGrotesk-Light\.\w+\.otf/ + file => /TomatoGrotesk-Light\.\w+\.otf/, ); const tomatogroteskRegularFont = assets.find( - (file) => /TomatoGrotesk-Regular\.\w+\.otf/ + file => /TomatoGrotesk-Regular\.\w+\.otf/, ); const tomatogroteskBoldFont = assets.find( - (file) => /TomatoGrotesk-Bold\.\w+\.otf/ + file => /TomatoGrotesk-Bold\.\w+\.otf/, ); const headConfig: HeadConfig[] = []; diff --git a/README.md b/README.md index e88c69274..fe8a752d3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# XDEFI Technologies Documentation Site +# Ctrl (fka XDEFI) Technologies Documentation Site Welcome to the official documentation repository for Ctrl (fka XDEFI) Technologies. diff --git a/about/xdefi-token/tokenomics.md b/about/xdefi-token/tokenomics.md index ea36dd6a9..ce33bae19 100644 --- a/about/xdefi-token/tokenomics.md +++ b/about/xdefi-token/tokenomics.md @@ -29,7 +29,7 @@ XDEFI’s early investors who funded the initial development of Ctrl Wallet. The These tokens are subject to a 3-year schedule. ::: -### 15% to the XDEFI team +### 15% to the Ctrl (fka XDEFI) team Current and future team members allocation. ::: info diff --git a/developers/base.md b/developers/base.md new file mode 100644 index 000000000..f6614d471 --- /dev/null +++ b/developers/base.md @@ -0,0 +1,9 @@ +# Base (ETH) + +Base is a Layer 2 scaling solution built on Ethereum, developed by Coinbase using Optimism’s OP Stack. It aims to provide a secure, low-cost, and developer-friendly platform for building decentralized applications (dApps). Fully EVM-compatible, Base allows developers to deploy Ethereum smart contracts with minimal or no changes to existing code. + +Base is designed to help connect and scale the Ethereum ecosystem by offering a seamless environment that bridges Web3 infrastructure and Web2 products. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + diff --git a/developers/beam.md b/developers/beam.md new file mode 100644 index 000000000..7f240378f --- /dev/null +++ b/developers/beam.md @@ -0,0 +1,9 @@ +# Beam (BEAM) + +Beam is an Ethereum Layer 2 network built to support the Beam ecosystem — a gaming-focused platform developed by Merit Circle. Leveraging Optimism’s OP Stack, Beam delivers high throughput, low fees, and full EVM compatibility, making it ideal for game developers and Web3 applications. + +Beam enables seamless deployment of Ethereum smart contracts while providing a fast and cost-effective environment tailored for gaming use cases. It integrates deeply with NFT infrastructure, in-game assets, and on-chain logic to power next-generation blockchain games. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + diff --git a/developers/blast.md b/developers/blast.md new file mode 100644 index 000000000..cc4a31c76 --- /dev/null +++ b/developers/blast.md @@ -0,0 +1,9 @@ +# Blast (ETH) + +Blast is an Ethereum Layer 2 network designed to offer native yield for both ETH and stablecoins. Built by the team behind Blur, Blast provides a unique approach by integrating yield-generating mechanisms directly into the Layer 2 infrastructure. It is fully EVM-compatible, allowing developers to deploy Ethereum smart contracts seamlessly. + +Blast not only inherits Ethereum’s security but also offers a built-in incentive model, making it attractive for both users and developers who seek high-performance and capital-efficient applications in DeFi, NFTs, and beyond. + +This document is based on the EVMs (Ethereum Virtual Machine) and the Ethereum network. + + diff --git a/developers/blockchains-integration.md b/developers/blockchains-integration.md index cc9d79431..8780c3833 100644 --- a/developers/blockchains-integration.md +++ b/developers/blockchains-integration.md @@ -1,10 +1,10 @@ --- prev: - text: "🔹 Mobile Wallet Integration" - link: "./mobile-wallet" + text: '🔹 Mobile Wallet Integration' + link: './mobile-wallet' next: - text: "Ethereum (ETH)" - link: "./ethereum" + text: 'Ethereum (ETH)' + link: './ethereum' --- # Blockchains Integration @@ -12,18 +12,32 @@ next: Ctrl (fka XDEFI) is the largest multichain wallet that provides hundreds of blockchains accessibility. - EVM Chains + - [Ethereum (ETH)](./ethereum) - [Arbitrum (AETH)](./arbitrum) - [Aurora (AURORA)](./aurora) - [Avalanche (AVAX)](./avalanche) + - [Base (ETH)](./base) + - [Beam (BEAM)](./beam) + - [Blast (ETH)](./blast) - [Binance Smart Chain (BSC)](./bnb-smart-chain) - [Canto Network (CANTO)](./canto) + - [Celo (CELO)](./celo) - [Cronos (CRO)](./cronos) - [Fantom (FTM)](./fantom) - [Gnosis (xDAI)](./gnosis) + - [Klaytn (KLAY)](./klaytn) + - [Linea (ETH)](./linea) + - [Manta (ETH)](./manta) + - [Mantle (MNT)](./mantle) + - [OpBNB (ETH)](./opBNB) - [Optimism (OPTIMISM)](./optimism) - - [Polygon (MATIC)](./polygon) + - [Polygon (POL)](./polygon) + - [Scroll (ETH)](./scroll) + - [ZetaChain (ZETA)](./zetaChain) + - [ZkSync (ETH)](./zkSync) - ... + - Cosmos Chains - [Cosmos Hub (ATOM)](./cosmos) - [Akash (AKT)](./akash) @@ -33,18 +47,16 @@ Ctrl (fka XDEFI) is the largest multichain wallet that provides hundreds of bloc - [Juno (JUNO)](./juno) - [Kava (KAVA)](./kava) - [Kujira (KUJI)](./kujira) - - [Mars (MARS)](./mars) - [Osmosis (OSMO)](./osmosis) - [Sei Testnet (SEI)](./sei) - [Stargaze (STARS)](./stargaze) - [Stride (STRD)](./stride) + - [Terra (LUNA)](./terra) - ... - Other Chains - - [BNB Beacon Chain (BNB)](./bnb-beacon-chain) - [Bitcoin (BTC)](./bitcoin) - [Bitcoin Cash (BCH)](./bitcoin-cash) - [Cardano (ADA)](./cardano) - - [Cosmos (ATOM)](./cosmos) - [Dogecoin (DOGE)](./dogecoin) - [Litecoin (LTC)](./litecoin) - [Maya Protocol (MAYA)](./maya) diff --git a/developers/celo.md b/developers/celo.md new file mode 100644 index 000000000..676f4bcd7 --- /dev/null +++ b/developers/celo.md @@ -0,0 +1,9 @@ +# Celo (CELO) + +Celo is an Ethereum-compatible Layer 1 blockchain optimized for mobile use and real-world adoption. Built with EVM compatibility, Celo enables developers to deploy Ethereum smart contracts while focusing on a mobile-first user experience, low gas fees, and fast transaction finality. + +Celo aims to bring decentralized finance (DeFi), payments, and digital identity to anyone with a smartphone. Its ecosystem supports stablecoins, regenerative finance (ReFi), and applications that target underserved markets globally. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network + + diff --git a/developers/extension-cardano.md b/developers/extension-cardano.md index 684e7370c..d596098eb 100644 --- a/developers/extension-cardano.md +++ b/developers/extension-cardano.md @@ -8,14 +8,14 @@ It injects a CIP-30 compatible provider in `window.cardano.ctrl` and follows the - [CIP-30: Cardano dApp-Wallet Web Bridge documentation](https://cips.cardano.org/cip/CIP-30) -### How to detect XDEFI's Cardano provider +### How to detect CTRL's Cardano provider As the official [CIP-30 guide](https://cips.cardano.org/cip/CIP-30) mentioned: ```javascript window.onload = async () => { if (!window.cardano?.ctrl) { - alert("Please install XDEFI extension"); + alert('Please install CTRL extension'); } else { const cardanoWallet = window.cardano.ctrl; @@ -30,7 +30,7 @@ window.onload = async () => { // Get all used addresses const usedAddresses = await api.getUsedAddresses(); - console.log("Wallet connected successfully"); + console.log('Wallet connected successfully'); } }; ``` @@ -57,16 +57,16 @@ if (window.cardano && window.cardano.ctrl) { // Enable the wallet (request connection) try { const api = await cardanoWallet.enable(); - console.log("Connected to Ctrl wallet"); + console.log('Connected to Ctrl wallet'); // Now you can use the API methods const balance = await api.getBalance(); const addresses = await api.getUsedAddresses(); } catch (error) { - console.error("Failed to connect:", error); + console.error('Failed to connect:', error); } } else { - console.log("Ctrl (fka XDEFI) is not installed"); + console.log('Ctrl (fka XDEFI) is not installed'); } ``` diff --git a/developers/extension-cosmos.md b/developers/extension-cosmos.md index fea08b336..c87f13039 100644 --- a/developers/extension-cosmos.md +++ b/developers/extension-cosmos.md @@ -14,16 +14,16 @@ Ctrl Wallet is part of [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit Here is an [example](https://github.com/cosmology-tech/cosmos-kit/blob/main/packages/example/pages/_app.tsx#L34) of how to use cosmos-kit. -### How to detect XDEFI’s Keplr provider +### How to detect CTRL’s Keplr provider As the official Keplr guide mentioned [here](https://docs.keplr.app/api/); ```javascript window.onload = async () => { if (!window.xfi?.keplr) { - alert("Please install XDEFI extension"); + alert('Please install CTRL extension'); } else { - const chainId = "cosmoshub-4"; + const chainId = 'cosmoshub-4'; const keplr = window.xfi.keplr; // Enabling before using the Keplr is recommended. @@ -41,7 +41,7 @@ window.onload = async () => { // Initialize the gaia api with the offline signer that is injected by Keplr extension. const cosmJS = new SigningCosmosClient( - "https://lcd-cosmoshub.keplr.app", + 'https://lcd-cosmoshub.keplr.app', accounts[0].address, offlineSigner, ); @@ -61,9 +61,9 @@ if (window.keplr.isXDEFI) { } ``` -#### Chains supported on XDEFI +#### Chains supported on CTRL -As of release v26, XDEFI supports the following chains (chainId). +As of release v26, CTRL supports the following chains (chainId). - Cosmos Hub, `cosmoshub-4` - Osmosis, `osmosis-1` @@ -204,7 +204,7 @@ const accounts = await offlineSigner.getAccounts(); // Initialize the gaia api with the offline signer that is injected by Keplr extension. const cosmJS = new SigningCosmosClient( - "https://lcd-cosmoshub.keplr.app/rest", + 'https://lcd-cosmoshub.keplr.app/rest', accounts[0].address, offlineSigner, ); @@ -254,42 +254,42 @@ You can then make a request follows and add the custom chain: ```javascript await window.xfi.keplr.experimentalSuggestChain({ - chainId: "my-test-chain", - chainName: "my test chain", + chainId: 'my-test-chain', + chainName: 'my test chain', bech32Config: { - bech32PrefixAccAddr: "cosmos", - bech32PrefixAccPub: "cosmospub", - bech32PrefixValAddr: "cosmosvaloper", - bech32PrefixValPub: "cosmosvaloperpub", - bech32PrefixConsAddr: "cosmosvalcons", - bech32PrefixConsPub: "cosmosvalconspub", + bech32PrefixAccAddr: 'cosmos', + bech32PrefixAccPub: 'cosmospub', + bech32PrefixValAddr: 'cosmosvaloper', + bech32PrefixValPub: 'cosmosvaloperpub', + bech32PrefixConsAddr: 'cosmosvalcons', + bech32PrefixConsPub: 'cosmosvalconspub', }, bip44: { coinType: 118, }, currencies: [ { - coinDenom: "stake", - coinMinimalDenom: "stake", + coinDenom: 'stake', + coinMinimalDenom: 'stake', coinDecimals: 6, - coinGeckoId: "cosmos", + coinGeckoId: 'cosmos', coinImageUrl: - "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png", + 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', feeCurrency: true, }, ], feeCurrencies: [ { - coinDenom: "stake", - coinMinimalDenom: "stake", + coinDenom: 'stake', + coinMinimalDenom: 'stake', coinDecimals: 6, - coinGeckoId: "cosmos", + coinGeckoId: 'cosmos', coinImageUrl: - "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png", + 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png', feeCurrency: true, }, ], - rest: "http://127.0.0.1:1317", - rpc: "http://127.0.0.1:9090", + rest: 'http://127.0.0.1:1317', + rpc: 'http://127.0.0.1:9090', }); ``` diff --git a/developers/klaytn.md b/developers/klaytn.md new file mode 100644 index 000000000..7c13b14a5 --- /dev/null +++ b/developers/klaytn.md @@ -0,0 +1,9 @@ +# Klaytn (KLAY) + +Klaytn is an open-source, Ethereum-compatible Layer 1 blockchain platform developed by Kakao, designed for enterprises and large-scale real-world applications. With full EVM compatibility, Klaytn allows developers to deploy Ethereum smart contracts with ease while offering fast block generation, low latency, and predictable low fees. + +Klaytn focuses on delivering a scalable and business-friendly blockchain infrastructure for Web3 services, including DeFi, GameFi, and metaverse applications. It combines the performance of a permissioned blockchain with the decentralization of a public network. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + diff --git a/developers/linea.md b/developers/linea.md new file mode 100644 index 000000000..0ad3737d3 --- /dev/null +++ b/developers/linea.md @@ -0,0 +1,9 @@ +# Linea (ETH) + +Linea is a zkEVM-based Layer 2 network developed by ConsenSys, designed to scale Ethereum while preserving full Ethereum Virtual Machine (EVM) compatibility. It leverages zero-knowledge rollups (zk-rollups) to offer fast, low-cost transactions with strong security guarantees inherited from Ethereum. + +Linea enables developers to deploy existing Ethereum smart contracts without modification, making it easy to build scalable dApps for DeFi, NFTs, and beyond. With native support from MetaMask and other ConsenSys tools, Linea offers a seamless development and user experience. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + diff --git a/developers/manta.md b/developers/manta.md new file mode 100644 index 000000000..251159930 --- /dev/null +++ b/developers/manta.md @@ -0,0 +1,9 @@ +# Manta (ETH) + +Manta is a zero-knowledge (zk) Layer 2 network built to scale Ethereum with enhanced privacy and performance. Powered by zk-rollup technology and EVM compatibility, Manta allows developers to deploy existing Ethereum smart contracts while benefiting from faster transactions and lower fees. + +Manta is designed to support privacy-preserving decentralized applications (dApps), especially in areas like DeFi, identity, and Web3 credentials. With support for zk-enabled features out of the box, Manta offers a next-generation platform for building secure, scalable, and private blockchain solutions. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + diff --git a/developers/mantle.md b/developers/mantle.md new file mode 100644 index 000000000..5b21131ce --- /dev/null +++ b/developers/mantle.md @@ -0,0 +1,9 @@ +# Mantle (MNT) + +Mantle is a high-performance Ethereum Layer 2 network built using modular architecture and powered by Optimistic rollups. Developed by the Mantle community and governed by the Mantle DAO (previously BitDAO), Mantle aims to offer low-cost, fast, and scalable infrastructure for Web3 applications. + +Mantle is fully EVM-compatible, allowing seamless deployment of Ethereum smart contracts. It introduces an innovative data availability layer using EigenDA to reduce costs while maintaining Ethereum-level security. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + diff --git a/developers/opbnb.md b/developers/opbnb.md new file mode 100644 index 000000000..eba782015 --- /dev/null +++ b/developers/opbnb.md @@ -0,0 +1,9 @@ +# OpBNB (ETH) + +OpBNB is a Layer 2 scaling solution built on the BNB Smart Chain (BSC) using the Optimism OP Stack. It is designed to deliver high throughput, low transaction fees, and EVM compatibility, enabling developers to deploy Ethereum-based smart contracts efficiently within the BNB ecosystem. + +opBNB inherits BSC’s fast finality and integrates seamlessly with its infrastructure, making it ideal for building scalable dApps across DeFi, gaming, and Web3 applications. With Optimistic Rollup technology, opBNB enhances scalability while maintaining the security and decentralization benefits of Layer 1. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + diff --git a/developers/polygon.md b/developers/polygon.md index 5cf275174..bc7368c99 100644 --- a/developers/polygon.md +++ b/developers/polygon.md @@ -1,4 +1,4 @@ -# Polygon (MATIC) +# Polygon (POL) Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem. diff --git a/developers/rainbowkit-xdefi-integration.md b/developers/rainbowkit-xdefi-integration.md index ebfe6b655..6a977fd57 100644 --- a/developers/rainbowkit-xdefi-integration.md +++ b/developers/rainbowkit-xdefi-integration.md @@ -1,4 +1,4 @@ -# RainbowKit XDEFI Integration +# RainbowKit Ctrl (fka XDEFI) Integration ### Get started @@ -43,15 +43,15 @@ const wallets = [ You can then pass your curated list of wallets to RainbowKit `getDefaultConfig`. ```javascript -import { getDefaultConfig } from "@rainbow-me/rainbowkit"; +import { getDefaultConfig } from '@rainbow-me/rainbowkit'; const wallets = [ { - groupName: "Recommended", + groupName: 'Recommended', wallets: [xdefiWallet], }, { - groupName: "Other", + groupName: 'Other', wallets: [walletConnectWallet, injectedWallet], }, ]; diff --git a/developers/scroll.md b/developers/scroll.md new file mode 100644 index 000000000..a25b4006b --- /dev/null +++ b/developers/scroll.md @@ -0,0 +1,9 @@ +# Scroll (ETH) + +Scroll is a native zkEVM Layer 2 network designed to scale Ethereum using zero-knowledge rollups while preserving full Ethereum Virtual Machine (EVM) compatibility. Developed with a strong focus on decentralization, transparency, and open-source principles, Scroll enables seamless deployment of existing Ethereum smart contracts without modification. + +By leveraging zk-rollup technology, Scroll offers fast, low-cost transactions with strong security guarantees inherited from Ethereum Layer 1. It is built to support scalable, efficient, and developer-friendly dApps across DeFi, NFTs, and Web3 infrastructure. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + diff --git a/developers/solana-adapter-xdefi-integration.md b/developers/solana-adapter-xdefi-integration.md index 5c6ef4492..1cef4ec73 100644 --- a/developers/solana-adapter-xdefi-integration.md +++ b/developers/solana-adapter-xdefi-integration.md @@ -1,4 +1,4 @@ -# Solana Adapter XDEFI Integration +# Solana Adapter Ctrl (fka XDEFI) Integration ### Get started diff --git a/developers/terra.md b/developers/terra.md new file mode 100644 index 000000000..4dc2cf9f4 --- /dev/null +++ b/developers/terra.md @@ -0,0 +1,25 @@ +# Terra (LUNA) + + And `phoenix-1` is the `subChainId` for Terra. + +
+ + + + diff --git a/developers/zetachain.md b/developers/zetachain.md new file mode 100644 index 000000000..88695f7ab --- /dev/null +++ b/developers/zetachain.md @@ -0,0 +1,9 @@ +# ZetaChain (ZETA) + +ZetaChain is an EVM-compatible Layer 1 blockchain designed for seamless cross-chain interoperability. It enables developers to build omnichain decentralized applications (dApps) that can interact with assets and data across any blockchain — including non-smart-contract chains like Bitcoin — using a single smart contract. + +With native support for cross-chain messaging and asset transfers, ZetaChain eliminates the need for wrapped tokens or complex bridging infrastructure. Its EVM compatibility ensures that developers can deploy Ethereum smart contracts with minimal changes while accessing a unified cross-chain environment. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + diff --git a/developers/zksync.md b/developers/zksync.md new file mode 100644 index 000000000..31c6043f0 --- /dev/null +++ b/developers/zksync.md @@ -0,0 +1,9 @@ +# ZkSync (ETH) + +zkSync is a zero-knowledge (zk) Layer 2 scaling solution for Ethereum, developed by Matter Labs. Built on zk-rollup technology, zkSync enables fast, low-cost, and secure transactions while preserving full Ethereum Virtual Machine (EVM) compatibility through its zkSync Era network. + +zkSync allows developers to deploy existing Ethereum smart contracts with minimal changes and benefit from the scalability and security of zk-rollups. It supports a wide range of Web3 applications, including DeFi, NFTs, and gaming, with a focus on user and developer experience. + +This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. + + From f876da80463a3318a70cb73ccfecbeb9e3b5e826 Mon Sep 17 00:00:00 2001 From: sotatek-tyler-nguyen4 Date: Tue, 8 Jul 2025 17:51:36 +0700 Subject: [PATCH 2/3] refactor: remove deprecated blockchain documentation for Base, Beam, and Terra --- .vitepress/config.ts | 12 ------------ developers/base.md | 9 --------- developers/beam.md | 9 --------- developers/blockchains-integration.md | 3 --- developers/terra.md | 25 ------------------------- 5 files changed, 58 deletions(-) delete mode 100644 developers/base.md delete mode 100644 developers/beam.md delete mode 100644 developers/terra.md diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 8941b7596..b36bc564c 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -472,14 +472,6 @@ export default { text: 'Avalanche (AVAX)', link: '/developers/avalanche', }, - { - text: 'Base (ETH)', - link: '/developers/base', - }, - { - text: 'Beam (BEAM)', - link: '/developers/beam', - }, { text: 'Blast (ETH)', link: '/developers/blast', @@ -603,10 +595,6 @@ export default { text: 'Stride (STRD)', link: '/developers/stride', }, - { - text: 'Terra (LUNA)', - link: '/developers/terra', - }, ], }, { diff --git a/developers/base.md b/developers/base.md deleted file mode 100644 index f6614d471..000000000 --- a/developers/base.md +++ /dev/null @@ -1,9 +0,0 @@ -# Base (ETH) - -Base is a Layer 2 scaling solution built on Ethereum, developed by Coinbase using Optimism’s OP Stack. It aims to provide a secure, low-cost, and developer-friendly platform for building decentralized applications (dApps). Fully EVM-compatible, Base allows developers to deploy Ethereum smart contracts with minimal or no changes to existing code. - -Base is designed to help connect and scale the Ethereum ecosystem by offering a seamless environment that bridges Web3 infrastructure and Web2 products. - -This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. - - diff --git a/developers/beam.md b/developers/beam.md deleted file mode 100644 index 7f240378f..000000000 --- a/developers/beam.md +++ /dev/null @@ -1,9 +0,0 @@ -# Beam (BEAM) - -Beam is an Ethereum Layer 2 network built to support the Beam ecosystem — a gaming-focused platform developed by Merit Circle. Leveraging Optimism’s OP Stack, Beam delivers high throughput, low fees, and full EVM compatibility, making it ideal for game developers and Web3 applications. - -Beam enables seamless deployment of Ethereum smart contracts while providing a fast and cost-effective environment tailored for gaming use cases. It integrates deeply with NFT infrastructure, in-game assets, and on-chain logic to power next-generation blockchain games. - -This documentation is based on the Ethereum Virtual Machine (EVM) and the Ethereum network. - - diff --git a/developers/blockchains-integration.md b/developers/blockchains-integration.md index 8780c3833..72df4e6f7 100644 --- a/developers/blockchains-integration.md +++ b/developers/blockchains-integration.md @@ -17,8 +17,6 @@ Ctrl (fka XDEFI) is the largest multichain wallet that provides hundreds of bloc - [Arbitrum (AETH)](./arbitrum) - [Aurora (AURORA)](./aurora) - [Avalanche (AVAX)](./avalanche) - - [Base (ETH)](./base) - - [Beam (BEAM)](./beam) - [Blast (ETH)](./blast) - [Binance Smart Chain (BSC)](./bnb-smart-chain) - [Canto Network (CANTO)](./canto) @@ -51,7 +49,6 @@ Ctrl (fka XDEFI) is the largest multichain wallet that provides hundreds of bloc - [Sei Testnet (SEI)](./sei) - [Stargaze (STARS)](./stargaze) - [Stride (STRD)](./stride) - - [Terra (LUNA)](./terra) - ... - Other Chains - [Bitcoin (BTC)](./bitcoin) diff --git a/developers/terra.md b/developers/terra.md deleted file mode 100644 index 4dc2cf9f4..000000000 --- a/developers/terra.md +++ /dev/null @@ -1,25 +0,0 @@ -# Terra (LUNA) - - And `phoenix-1` is the `subChainId` for Terra. - -
- - - - From 0f0840fc3f6072261bd3d4351fb54a560289ba03 Mon Sep 17 00:00:00 2001 From: sotatek-tyler-nguyen4 Date: Tue, 8 Jul 2025 19:03:21 +0700 Subject: [PATCH 3/3] fix: correct casing in blockchain links for OpBNB, ZetaChain, and ZkSync --- developers/blockchains-integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developers/blockchains-integration.md b/developers/blockchains-integration.md index 72df4e6f7..095248aae 100644 --- a/developers/blockchains-integration.md +++ b/developers/blockchains-integration.md @@ -28,12 +28,12 @@ Ctrl (fka XDEFI) is the largest multichain wallet that provides hundreds of bloc - [Linea (ETH)](./linea) - [Manta (ETH)](./manta) - [Mantle (MNT)](./mantle) - - [OpBNB (ETH)](./opBNB) + - [OpBNB (ETH)](./opbnb) - [Optimism (OPTIMISM)](./optimism) - [Polygon (POL)](./polygon) - [Scroll (ETH)](./scroll) - - [ZetaChain (ZETA)](./zetaChain) - - [ZkSync (ETH)](./zkSync) + - [ZetaChain (ZETA)](./zetachain) + - [ZkSync (ETH)](./zksync) - ... - Cosmos Chains