0G Testnet Newton is live!

This guide contains the relevant information on how to participate in the first Testnet of 0G - Newton.

Newton focuses on testing the basic functionalities of 0G design. It contains components including a decentralized storage network, a consensus network, a decentralized KV service, and a data availability service. The testnet will be updated frequently and might be unstable at times given new updates. We encourage developers to participate in building the ecosystem around 0G testnet and encourage users to explore the system functionality through different ways to help identify and fix the potential design and implementation issues and improve it to evolve to a better system. We also encourage the node operators to participate in the network maintenance by deploying and integrating storage nodes into the storage network and validator nodes into the consensus network.

You have several options to participate in the 0G Testnet depending on the types of services you want to run

Deployment

Consensus

Storage Service

DA Service

Network details

Detail Value
Chain Name 0g Newton Testnet
RPC https://rpc-testnet.0g.ai
Chain ID 9000
Native Currency Name A0GI
Native Currency Symbol A0GI

Software version numbers

Software Version
0g-evmos https://github.com/0glabs/0g-evmos/releases/tag/v1.0.0-testnet
0g-storage-node https://github.com/0glabs/0g-storage-node/tree/v1.0.0-testnet
0g-storage-kv https://github.com/0glabs/0g-storage-kv/releases/tag/v1.0.0-testnet
0g-data-avail https://github.com/0glabs/0g-data-avail/releases/tag/v1.0.0-testnet

If you don’t want to host a service but still want to use 0G system, you can simply follow this example to integrate 0G system into yours. We also provide sdks in typescript ‣.

Or, you could just call our public hosted service endpoints.

RPC&gRPC endpoints

We use jsonrpc as storage service and grpc as data availability service.