TingChain
  • Overview of Tingchain
  • Backer & Investor
  • Executive Summary
  • Introduction
  • Ting Chain Ecosystem
    • Technical Foundation
    • Product Offerings
    • Utilization of Polygon Technology with TON Products
    • Developers
      • Tokenomics
        • Glossary
        • Tokenomics
      • Testnet
      • Get started
        • Installation
        • Local Setup
        • Cloud Setup
        • CLI Command
      • Additional Features
        • Explorer
        • Network stress testing
      • Architecture
        • Architecture Overview
        • Modules
          • Blockchain
          • Consensus
          • Jason RPC
          • Minimal
          • Networking
          • Other modules
          • Protocol
          • Sealer
          • State
          • Storage
          • TxPool
          • Types
      • Community
        • Propose a new feature
        • Report an issue
      • Concepts
        • State in Ethereum
      • Configuration
        • Manage private keys
        • Server configuration file
      • Consensus
        • Proof of Stake
        • Set up and use Proof of Stake (PoS)
      • Working with node
        • Backup/restore node instance
        • Query JSON RPC endpoints
        • Query operator information
      • Development Roadmap
  • Target Audience
  • 🗺️Roadmap
  • Ambassador Program
  • List Project Testnet
  • Social Channel
  • Conclusion
Powered by GitBook
On this page
  • Building from source
  • Using go install
  • Genesis files
  1. Ting Chain Ecosystem
  2. Developers
  3. Get started

Installation

Please refer to the installation method more applicable to you.

Our recommendation is to use the pre-built releases and verify the provided checksums.


Building from source

Prior to using go install make sure that you have Go >=1.17 installed and properly configured.

The stable branch is develop.

Copy

Copy

Copy

git clone https://github.com/xBuild-Chain/xBuild-Blockchain/polygon-edge.git
cd polygon-edge/
go build main.go -o polygon-edge
sudo mv polygon-edge /usr/local/bin

Using go install

Prior to using go install make sure that you have Go >=1.17 installed and properly configured.

go install github.com/xBuild-Chain/xBuild-Blockchain/polygon-edge@develop

The binary will be available in your GOBIN environment variable, and will include the latest changes from the mainline develop branch.

Genesis files

PreviousGet startedNextLocal Setup

Last updated 4 months ago

Test-net and Main-net file in:

Github