Credit Smart Chain
  • Overview
  • Get started
    • Installation
    • Local Setup
    • CLI Commands
    • JSON RPC Commands
  • RPC mainnet
  • Configuration
    • Server configuration file
    • Manage private keys
    • Enable Prometheus metrics
  • Working with a node
    • Query JSON RPC endpoints
    • Query operator information
    • Backup/restore node instance
  • Consensus
    • Proof of Stake
    • Set up and use Proof of Stake (PoS)
  • Additional features
    • Network stress testing
  • Architecture
    • Architecture Overview
    • Modules
      • Blockchain
      • Minimal
      • Networking
      • State
      • TxPool
      • JSON RPC
      • Consensus
      • Storage
      • Types
      • Protocol
      • Sealer
      • Other modules
  • Concepts
    • State in Ethereum
  • Community
    • Propose a new feature
    • Report an issue
Powered by GitBook
On this page

Overview

NextGet started

Last updated 1 year ago

Credit Smart Chain

Credit Smart Chain is a modular and extensible framework for building Ethereum-compatible blockchain networks, sidechains, and general scaling solutions.

Its primary use is to 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 in one flavour as .

Credit Smart Chain also supports communication with multiple blockchain networks, enabling transfers of both and tokens, by utilising the centralised bridge solution.

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

To find out more about Credit, visit the .

CAUTION

This is a work in progress so architectural changes may happen in the future, so please contact the Credit team if you would like to use it in production.

To get started by running apolygon-edge network locally, please read: and .

PoS (proof of stake)
ERC-20
ERC-721
JSON-RPC
gRPC
official website
GitHub repository
Installation
Local Setup