AlveyChain Documents
  • Alveychain Docs
  • Get-Started
    • Alveychain
    • Installation
    • Local Setup
    • Cloud Setup
    • Full Node
    • CLI Commands
    • JSON RPC Commands
    • Performance Reports
  • Configuration
    • Manage private keys
    • Set up Hashicorp Vault
    • Enable Prometheus metrics
  • Working-With-Node
    • Query JSON RPC endpoints
    • Query operator information
    • Backup/restore node instance
  • Consensus
    • Proof of Authority (PoA)
    • Proof of Stake
    • Set up and use Proof of Stake (PoS)
    • Migration from PoA to PoS
  • Additional Features
    • Alveycoin bridge
    • Network stress testing
    • Blockscout
  • Architecture
    • Architecture Overview
    • modules
      • Blockchain
      • Consensus
      • JSON RPC
      • Minimal
      • Networking
      • Other modules
      • Protocol
      • Sealer
      • State
      • Storage
      • TxPool
      • Types
  • Concepts
    • State in Ethereum
  • Community
    • Propose a new feature
    • Report an issue
  • Docs
    • Server Config File
    • how-tos
      • How to set up and use Proof of Stake (PoS)
Powered by GitBook
On this page
  • Testnet
  • Mainnet
  1. Get-Started

Alveychain

PreviousAlveychain DocsNextInstallation

Last updated 2 years ago

Testnet

  • Explorer: https://explorer-testnet.alveychain.com

  • ChainID: Comming Soon!

  • Faucet: https://faucet.alveychain.com

  • RPC Endpoints:

    • https://rpc-testnet.alveychain.com

Mainnet

  • Network name: AlveyChain

  • Currency: ALV

  • RPC URL:

  • ChainID: 3797

  • Explorer: https://explorer.alveychain.com

Alveychain is built on Polygon Edge, which lets the project bootstrap a new blockchain network while providing full compatibility with Ethereum smart contracts and transactions. It uses IBFT (Istanbul Byzantine Fault Tolerant) consensus mechanism, supported .

Industry standard wallets can be used to interact with Alveychain through the endpoints and node operators can perform various actions on the nodes through the protocol.

To find out more about alveychain-lab, visit the .

To get started by running a Alveychain network locally, please read: and .

https://rpc03-sg.alveychain.com/
PoS (proof of stake)
JSON-RPC
gRPC
official website
GitHub repository
Installation
Local Setup