ZENANET DocsBeta

Quickstart

This page provides a simple flow to start building or interacting with ZENANET.


1. Choose a Network

ZENANET currently provides:

  • Mainnet – for real usage
  • Testnet – for development and testing

You can find the latest RPC and API endpoints on the RPC & Contracts section of this documentation.


2. Add ZENANET to Your Wallet

  1. Open MetaMask (or another EVM-compatible wallet).
  2. Add a new network using the ZENANET RPC information.
  3. Switch to the ZENANET Testnet or Mainnet network.

For detailed steps, see the “Add to MetaMask” page under the Use section.


3. Get Testnet Tokens (Developers)

For development:

  • Request testnet ZNNT from the official faucet (when available), or
  • Receive ZNNT from a testnet distribution channel managed by the project team.

Testnet tokens have no real-world value and are only for testing.


4. Deploy or Interact With a Smart Contract

You can use standard Ethereum tooling, for example:

  • Remix – connect to ZENANET RPC and deploy a contract
  • Hardhat / Foundry – configure a custom network with the ZENANET RPC URL and chain ID

Once configured, you can:

  • Deploy smart contracts
  • Call contract functions
  • Send and receive ZNNT

5. Explore On-Chain Activity

Use the ZENANET Explorer to:

  • Check transaction status
  • View blocks and logs
  • Inspect contract interactions
  • Monitor wallet balances

The Explorer URL will be provided in the Apps & Service → Explorer section.


Next Steps

After completing this quickstart, you can:

  • Read the Architecture page for deeper technical details
  • Review Token Utility and ZNNT Token to understand the economic design
  • Check RPC & Contracts for endpoint and integration information