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
Detail | Value |
---|---|
Chain Name | 0g Newton Testnet |
RPC | https://rpc-testnet.0g.ai |
Chain ID | 16600 |
Native Currency Name | A0GI |
Native Currency Symbol | A0GI |
Software | Version |
---|---|
0g-chain | v0.1.0-testnet |
0g-storage-node | v0.3.0 |
0g-storage-kv | TBD |
0g-data-avail | TBD |
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.
We use jsonrpc as storage service and grpc as data availability service.