Uptick Network is building a business-focused Web3 infrastructure and ecosystem for the real economy. Our open platform supports a full range of NFT and RWA standards, with a strong emphasis on advanced Web3 business protocols and services, along with the multi-chain and cross-chain interoperability.
Through Uptick Infrastructure, Uptick Marketplace, and the Uptick Ecosystem, our mission is to bring fairness, transparency, and economic sovereignty into everyday life, shaping the next generation of the internet.
Uptick Chain is a blockchain network built on the Cosmos SDK, specifically designed to support NFTs and RWAs. It offers integrated support for the Ethereum Virtual Machine (EVM) and is part of the Inter-Blockchain Communication (IBC) network. Uptick Chain is fully interoperable with both EVM and IBC chains, aligning with the vision of an interconnected 'Internet of Blockchains'.
Note: Requires Go 1.25+
The v0.4.0 release upgrades the core stack and adds full NFT interoperability:
- Native NFT <-> ERC721 conversion via the new
x/erc721module, including IBC transfers of ERC721 tokens. - Native NFT <-> CW721 conversion via the new
x/cw721module, including IBC transfers of CW721 tokens. - EVM engine migration to
cosmos/evmx/vm(go-ethereum v1.16) with time-based hardfork activation (Shanghai/Cancun/Prague) and native EIP-7702SetCodeTxsupport. - IBC upgrade from ibc-go v8 to v10 (capability module removed) and Cosmos SDK v0.53,
wasmdv0.61 (wasmvm v3). - ERC20 conversion is now provided by
cosmos/evm'sx/erc20module through the ERC20 IBC middleware. - Automatic EVM chain-id derivation from genesis /
--chain-idso JSON-RPCeth_chainIdmatches the EIP-155 id.
See the CHANGELOG for the full list of changes and the node upgrade guide for upgrade instructions.
For prerequisites and detailed build instructions please read the Installation instructions. Once the dependencies are installed, run:
make installOr check out the latest release.
To learn how the Uptick works from a high-level perspective, go to the Introduction section from the documentation. You can also check the instructions to Run a Node.
More info about Uptick Network >
The following chat channels and forums are a great spot to ask questions about Uptick:
Looking for a good place to start contributing? Check out some good first issues.
For additional instructions, standards and style guides, please refer to the Contributing document.
