https://github.com/playzero/zero-network
zero is an experimental network for video games.
https://github.com/playzero/zero-network
blockchain dotsama kusama polkadot rust substrate videogames web3
Last synced: about 2 months ago
JSON representation
zero is an experimental network for video games.
- Host: GitHub
- URL: https://github.com/playzero/zero-network
- Owner: playzero
- License: apache-2.0
- Created: 2022-01-30T13:02:18.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2026-02-01T01:38:52.000Z (5 months ago)
- Last Synced: 2026-02-01T12:42:05.697Z (5 months ago)
- Topics: blockchain, dotsama, kusama, polkadot, rust, substrate, videogames, web3
- Language: Rust
- Homepage: https://zero.io
- Size: 149 MB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.adoc
- License: LICENSE-APACHE2
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: docs/CODEOWNERS
- Security: docs/SECURITY.md
Awesome Lists containing this project
README

ZERO network — for video games in the web3 era
[](#LICENSE)
[](https://gitlab.parity.io/parity/substrate/pipelines)
[](docs/CONTRIBUTING.adoc)
[](https://github.com/playzero/zero-network/actions?query=workflow%3ATest)
[](https://github.com/playzero/zero-network/tags)
[](https://discord.gg/rhwtr7p) [](https://twitter.com/zerodotio)
[](https://medium.com/playzero)
# Overview
- [1. Introduction](#1-introduction)
- [2. Economics](#2-economics)
- [3. Project Status](#3-project-status)
- [4. Build](#4-build)
- [5. Run](#5-run)
# 1. Introduction
ZERO is a multichain network, Multiverse + DAO for next generation videogames. It provides native asset-, finance-, governance protocols, Smart Contracts, a Hypergraph and Computation at its core. To provide cross economic interoperability between totally different ecosystems. Futhermore it will enable generative creation of games and game economies through algorithms, generators and provision of autonomous agents to drive transition of old economy videogames and creators into a tokenized and decentralized future.
- Network currency: $ZERO
- Join our growing game community on [Discord](http://discord.gg/rhwtr7p)
- Parachain launch information and tokenomics on [Blog](https://blog.zero.io)
# 2. Economics
ZERO Token ($ZERO) features the following utilities, and the value of $ZERO token will accrue with the increased usage of the network and revenue from stability fees and liquidation penalties
- Network utility and stability fees
-- Asset, Finance and Governance protocols
-- Payment
-- Identity
-- Computation
-- Oracles
- Governance: vote for/against risk parameters and network change proposals
- Economic Capital: in case of liquidation/defaulting of contracts without sufficient collaterals
To enable cross-chain functionality, ZERO will connect to the Polkadot Ecosystem ( starting with Kusama ) in one of three ways:
- parathread —— pay-as-you-go connection to Polkadot
- parachain —— permanent connection for a given period
- bridge —— independent chain bridged to Polkadot
Becoming a parachain would be an ideal option to bootstrap ZERO Network, to maximize its benefits and to reach to other chains and applications on the Polkadot network.
To secure a parachain slot, ZERO Network will require supportive DOT/KSM holders to lock their DOT/KSM to bid for a slot collectively — a process known as the Initial Parachain Offering (IPO). $ZERO tokens will be offered as a reward for those who participated in the IPO, as compensation for their opportunity cost of staking DOT/KSM.
# 3. Project Status
Zero Network is the common description for all contributing protocols and chains, subzero is the network core preparing for parachain operation.
- subzero code base has been migrated from early 3.0.0 to current to prepare for parachain operation
- subzero testnet alphaville is live since 08/2020
- chain governance, staking, nomination, validator operation through native FRAME pallets
- project governance through [GameDAO Protocol](https://gamedao.co)
- further information in our [Discord](https://img.shields.io/badge/Discord-gray?logo=discord)
# 4. Build
Rust.
```bash
curl https://sh.rustup.rs -sSf | sh
```
Recursion for submodules in git
```bash
git config --global submodule.recurse true
```
Build for your current machine architecture
```bash
make build
```
# 5. Run
Run your local dev chain
```bash
make run
```
Purge the cache
```bash
make purge
```
Update submodules
```bash
make update
```
# 0. Notes
This is still work in progress, we will update more information as we progress. Refer to the token economy working paper for more details. This project and text was inspired by the excellent work of many growing projects in the Polkadot ecosystem. Thank you!.