Quick Start Guide

Welcome to the Zetrix Blockchain! This guide is designed to help you quickly get started with using Zetrix, setting up wallets, and diving into development.

1. Quick Start

This section provides a brief overview of how to quickly get up and running with Zetrix.

1.1 Creating a Wallet

  • Visit the official Zetrix wallet website https://www.zetrix.com/zetrix-wallet/ or download the mobile app (iOS/Android).

  • Create a new wallet by following the on-screen instructions.

  • Securely store your secret recovery phrase for recovery. This is critical for accessing your wallet in case you lose access to the app.

  • Set up a password or PIN for added security.

1.2 Funding Your Wallet

1.3 Performing a Transaction

  • Navigate to the "Send" section in your wallet.

  • Enter the recipient’s wallet address, the amount of ZETRIX to send, and confirm the transaction.

  • Monitor the transaction status using the Zetrix blockchain explorer.

2. Introduction to Development

Zetrix provides an easy-to-use Integrated Development Environment (IDE) at ide.zetrix.com, allowing developers to quickly start building and deploying smart contracts on the Zetrix blockchain. This section will guide you through setting up your development environment, writing smart contracts, and interacting with the Zetrix blockchain using the IDE.

2.1 Setting Up Development Environment

The Zetrix IDE is a web-based platform, so there's no need for extensive local setup. To get started, follow these simple steps:

Steps:

  1. Visit ide.zetrix.com: Open your web browser and navigate to the IDE.

  2. Create an Account or Sign In: If you are a new user, create an account by registering with your email. If you already have an account, log in.

  3. Connect to Zetrix Testnet: The IDE automatically connects to the Zetrix testnet for development and testing purposes. You can switch to the mainnet when you're ready to deploy live contracts.

  4. Access Developer Tools: The IDE provides a fully integrated suite of tools, including javascript contract editor and a interface development environment for deploying contracts to the Zetrix blockchain.

Last updated