The future of the web3 built on #Exzo.

Scaling the goodness of Web3 & Blockchain technology.

License: MIT GitHub

INTEGRATIONS AND PARTNERS

Built by developers, for developers

Exzo Network solves for high gas fees and slow speeds, without sacrificing on security. Building on the Exzo Network means compatibility with Ethereum’s ecosystem.

Built for developers

Build Secure Smart Contracts in Solidity

Exzo Network smart contracts help you minimize risk by using battle-tested libraries of smart contracts for Exzo Network and other blockchains. It includes the most used implementations of ERC standards.

Exzo Network SDK
Build with developer-first technology and SDK's.
Get started
Error monitoring
Belong to an open source, energy-efficient ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: MIT

pragma solidity =0.8.17;

contract WXZO {  
string
public name = "Wrapped EXZO";
string
public symbol = "WXZO";
uint8  
public decimals = 18;
 
event Approval(address indexed src, address indexed guy, uint256 wad);
event Transfer(address indexed src, address indexed dst, uint256 wad);
event Deposit(address indexed dst, uint256 wad);  event Withdrawal(address indexed src, uint256 wad);

mapping (address => uint256) public balanceOf;  mapping (address => mapping (address => uint256)) public allowance;
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.9;

import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";

contract Exzo is ERC721, Ownable {    
constructor() ERC721("Exzo", "XZO") {}    

function safeMint(address to, uint256 tokenId) public onlyOwner {
       _safeMint(to, tokenId);    
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.9;

import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";

contract ExzoERC1155 is ERC1155, Ownable {    
  
constructor() ERC1155("") {}    

  
function setURI(string memory newuri) public onlyOwner {           _setURI(newuri);    
  }
}
Binance
Smart Chain
Solana
Network
Ethereum
Network
EVM
Blockchains

A Safe, Scalable, and Upgradeable Web3 Infrastructure

Metaverse Gaming

Build the future of Web3 and Metaverse gaming on top of the Exzo Network to enable a fast, scalable environment that allows your users to easily create accounts with their Web3 wallets while maintaining their privacy.

Digital Token Systems

On-chain token systems have many applications ranging from sub-currencies representing assets such as USD or gold to company stocks, individual tokens representing smart property, secure unforgeable coupons, and even token systems with no ties to conventional value at all, used as point systems for incentivization.

Financial Derivatives & Stablecoins

Financial derivatives are the most common application of a "smart contract", and one of the simplest to implement in code.

Decentralized File Storage

Exzo Network contracts can allow for the development of a decentralized file storage ecosystem, where individual users can earn small quantities of money by renting out their own hard drives and unused space can be used to further drive down the costs of file storage.

Resources

Getting started is easy

Subscribe to know first

Receive monthly news and insights in your inbox. Don't miss out!

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.