
Aptos is a blockchain platform designed to provide a secure and scalable infrastructure for decentralized applications (dApps) and smart contracts. It aims to offer a high level of security, flexibility, and performance for developers to build and deploy their applications. Aptos uses a consensus mechanism called Delegated Proof of Stake (DPoS) to validate transactions and secure the network. It also supports interoperability with other blockchains, allowing for seamless integration and communication between different platforms.
Aptos NODE
-Validator
-Staking
-Fullnode
Aptos ENV
-MoveVM
The Aptos blockchain consists of validator nodes that run a consensus protocol. The consensus protocol agrees upon the ordering of transactions and their output when executed on the Move Virtual Machine (MoveVM).
-Dapps
- Best DeFi on Aptos: 20+ dApps you should know
- Aptos Dapps To Watch: Five Projects Building On Diem’s Successor
Aptos API
Mainnet
REST API Spec: https://fullnode.mainnet.aptoslabs.com/v1/spec#/
Indexer API: https://indexer.mainnet.aptoslabs.com/v1/graphql
Indexer API: https://cloud.hasura.io/public/graphiql?endpoint=https://indexer.mainnet.aptoslabs.com/v1/graphql
Testnet
REST API Spec: https://fullnode.testnet.aptoslabs.com/v1/spec#/
Indexer API: https://indexer-testnet.staging.gcp.aptosdev.com/v1/graphql
Indexer API: https://cloud.hasura.io/public/graphiql?endpoint=https://indexer-testnet.staging.gcp.aptosdev.com/v1/graphql
Devnet
REST API: https://fullnode.devnet.aptoslabs.com/v1
REST API Spec: https://fullnode.devnet.aptoslabs.com/v1/spec#/
Indexer API: https://indexer-devnet.staging.gcp.aptosdev.com/v1/graphql