Chain Specs
- Native Token Name - EXZO
- Symbol - XZO
- Supply - 50 Million
- Blocktime - ~400ms
- Consensus - DelegatedProof-of-Stake (PoS)
- P2P Port -
- JSON-RPC Port - 8899
- ChainID Mainnet - 1229
- ChainID Testnet - 2370
- Ethereum Virtual Machine (EVM) Compatible
Official Links
- Website - https://exzo.network
- Main Explorer - https://exzoscan.io
- Test Explorer - https://testnet.exzoscan.io
- RPC Mainnet - https://rpc-main-1.exzo.network
- RPC Testnet - https://rpc-test-1.exzo.network
- Twitter - https://twitter.com/exzo_network
- Telegram - https://t.me/Exzo_Network
- Telegram - https://t.me/exzoc
- Exzo Network uses a modular architecture and provides Ethereum compatibility.
- Users able to interact with industry standard wallets through JSON-RPC.
- Develop with Solidity/Vyper, full EVM support.
- Build using widely-adopted Ethereum tooling, libraries and development tools.
- Streamlined UX when doing cross-chain operations.
- Go beyond Ethereum’s Smart Contracts with Runtime plugins.
The Exzo Network Token (XZO) features the following utilities, and the value of XZO token will accrue with the increased usage of the network and revenue from stability fees and liquidation penalties.
- As Network Utility Token: to pay for network fees and stability fees.
- As Governance Token: to vote for/against risk parameters and network change proposals.
- As Economic Capital: in case of liquidation without sufficient collaterals.
- As fee reducing token on decentralized applications and wallets upon the Exzo Network.
- For staking to help secure the Exzo Network in a decentralized fashion.
Cross-Chain Communication
- Completely trustless and decentralized built-in Ethereum Bridge solution.
- Transfer assets to and from any EVM compatible network, most notably Exzo Network and Ethereum mainnets.
- Transfer ERC-20 tokens, NFTs or wrapped native currencies.
- Customize the bridge functionality using Bridge plugins.
$ curl https://sh.rustup.rs -sSf | sh
$ source $HOME/.cargo/env
$ rustup component add rustfmt
Please sure you are always using the latest stable rust version by running:
$ rustup update
On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, etc. On Ubuntu:
$ sudo apt-get update
$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang make cmake protobuf-compiler
On Mac M1s, make sure you set up your terminal & homebrew to use Rosetta. You can install it with:
$ softwareupdate --install-rosetta
$ git clone https://github.com/ExzoNetwork/exzocoin.git
$ cd exzocoin
$ cargo build
$ ./run.sh
Run the test suite:
$ cargo test --no-fail-fast
Info about EVM integration is at our docs.
Start your own Development network locally, instructions are in the online docs.
testnet
- public accessible via bootstrap.rpc-test-1.exzo.network.mainnet
- public accessible via bootstrap.exzo.technology.
First install the nightly build of rustc. cargo bench
requires use of the
unstable features only available in the nightly build.
$ rustup install nightly
Run the benchmarks:
$ cargo +nightly bench
The release process for this project is described here.
Copyright 2022-2023 Exzo Network
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.