[go: nahoru, domu]

Skip to content

zero network is multiverse infrastructure bridging video games into the web3 era

License

Apache-2.0, GPL-3.0 licenses found

Licenses found

Apache-2.0
LICENSE-APACHE2
GPL-3.0
LICENSE-GPL3
Notifications You must be signed in to change notification settings

playzero/zero-network


ZERO network — for video games in the web3 era

GitHub license GitLab Status PRs Welcome GitHub Workflow Status GitHub tag (latest by date)
Discord Twitter URL Medium

Overview

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
  • Parachain launch information and tokenomics on Blog

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
  • further information in our Discord

4. Build

Rust.

	curl https://sh.rustup.rs -sSf | sh

Recursion for submodules in git

	git config --global submodule.recurse true

Build for your current machine architecture

	make build

5. Run

Run your local dev chain

	make run

Purge the cache

	make purge

Update submodules

	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!.