> For the complete documentation index, see [llms.txt](https://docs.harmony.one/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.one/home/developers.md).

# Developers

- [Getting Started](https://docs.harmony.one/home/developers/getting-started.md): A quick guide to getting started with developing on Harmony blockchain.
- [Network & Faucets](https://docs.harmony.one/home/developers/getting-started/network-and-faucets.md)
- [List of RPC Providers](https://docs.harmony.one/home/developers/getting-started/list-of-rpc-providers.md): Below is a lists of Harmony RPC Node Providers partnered with Harmony
- [Remix IDE](https://docs.harmony.one/home/developers/getting-started/remix-ide.md)
- [Dev Environment Setup](https://docs.harmony.one/home/developers/getting-started/dev-environment-setup.md)
- [Ethereum Compatibility](https://docs.harmony.one/home/developers/getting-started/ethereum-compatibility.md): Harmony & Ethereum tooling compatibility
- [Deploying on Harmony](https://docs.harmony.one/home/developers/deploying-on-harmony.md)
- [Using Remix](https://docs.harmony.one/home/developers/deploying-on-harmony/using-remix.md)
- [Ethereum Remix](https://docs.harmony.one/home/developers/deploying-on-harmony/using-remix/ethereum-remix.md)
- [Harmony Remix](https://docs.harmony.one/home/developers/deploying-on-harmony/using-remix/deployment-using-remix.md): This guide shows instructions on how to deploy smart contracts using Harmony remix ide.
- [Using Truffle](https://docs.harmony.one/home/developers/deploying-on-harmony/using-truffle.md)
- [Using Hardhat](https://docs.harmony.one/home/developers/deploying-on-harmony/using-hardhat.md)
- [Using Web3](https://docs.harmony.one/home/developers/deploying-on-harmony/deploy-using-web3.md)
- [Using Harmony-JS](https://docs.harmony.one/home/developers/deploying-on-harmony/truffle.md): This page describes in detail how to deploy a smart contract on to Harmony using an example
- [Setup](https://docs.harmony.one/home/developers/deploying-on-harmony/truffle/setup.md)
- [Compile & Deploy](https://docs.harmony.one/home/developers/deploying-on-harmony/truffle/deployment.md): This section covers writing a custom smart contract and deploying it on Harmony Testnet.
- [Demo: Deploying an Ethereum Smart Contract on Harmony](https://docs.harmony.one/home/developers/deploying-on-harmony/truffle/deploying-an-ethereum-smart-contract-onto-harmony.md)
- [Deploy HRC20](https://docs.harmony.one/home/developers/deploying-on-harmony/deploy-hrc20.md): This section describes how to deploy a HRC20 smart contract on Harmony in 1-minute.
- [Smart Contract Verification](https://docs.harmony.one/home/developers/deploying-on-harmony/smart-contract-verification.md)
- [SDK](https://docs.harmony.one/home/developers/sdk.md): Harmony currently supports JavaScript SDK, Golang CLI, Java SDK and Python SDK
- [Web3.js](https://docs.harmony.one/home/developers/sdk/web3.md): Using web3.js with harmony protocol.
- [Using Web3.js to Send Transactions on Harmony](https://docs.harmony.one/home/developers/sdk/web3/send-transaction.md)
- [Find the last transaction](https://docs.harmony.one/home/developers/sdk/web3/find-the-last-transaction.md)
- [JavaScript SDK](https://docs.harmony.one/home/developers/sdk/javascript-sdk.md)
- [Go CLI](https://docs.harmony.one/home/developers/sdk/go-cli.md)
- [Java SDK](https://docs.harmony.one/home/developers/sdk/java-sdk.md)
- [Python SDK](https://docs.harmony.one/home/developers/sdk/python-sdk.md)
- [Harmony Ethers.js Wrapper](https://docs.harmony.one/home/developers/sdk/harmony-ethers.js-wrapper.md)
- [API](https://docs.harmony.one/home/developers/api.md): Please note that right now we have two API versions v1 and v2, see the description below
- [Methods](https://docs.harmony.one/home/developers/api/methods.md)
- [Account Methods](https://docs.harmony.one/home/developers/api/methods/account-methods.md)
- [hmy\_getBalanceByBlockNumber](https://docs.harmony.one/home/developers/api/methods/account-methods/hmy_getbalancebyblocknumber.md): hmy\_getBalanceByBlockNumber
- [hmy\_getTransactionCount](https://docs.harmony.one/home/developers/api/methods/account-methods/hmy_gettransactioncount.md): GetTransactionCount
- [hmy\_getBalance](https://docs.harmony.one/home/developers/api/methods/account-methods/hmy_getbalance.md): GetBalance
- [Filter Methods](https://docs.harmony.one/home/developers/api/methods/filter-methods.md)
- [hmy\_getFilterLogs](https://docs.harmony.one/home/developers/api/methods/filter-methods/hmy_getfilterlogs.md): hmy\_getFilterLogs
- [hmy\_newFilter](https://docs.harmony.one/home/developers/api/methods/filter-methods/hmy_newfilter.md)
- [hmy\_newPendingTransactionFilter](https://docs.harmony.one/home/developers/api/methods/filter-methods/hmy_newpendingtransactionfilter.md)
- [hmy\_newBlockFilter](https://docs.harmony.one/home/developers/api/methods/filter-methods/hmy_newblockfilter.md)
- [hmy\_getFilterChanges](https://docs.harmony.one/home/developers/api/methods/filter-methods/hmy_getfilterchanges.md): hmy\_getFilterChanges
- [hmy\_getLogs](https://docs.harmony.one/home/developers/api/methods/filter-methods/hmy_getlogs.md): hmy\_getLogs
- [Transaction Related Methods](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods.md)
- [hmy\_getStakingTransactionByBlockHashAndIndex](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getstakingtransactionbyblockhashandindex.md): hmy\_getStakingTransactionByBlockHashAndIndex
- [hmy\_getStakingTransactionByBlockNumberAndIndex](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getstakingtransactionbyblocknumberandindex.md): hmy\_getStakingTransactionByBlockNumberAndIndex
- [hmy\_getStakingTransactionByHash](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getstakingtransactionbyhash.md): hmy\_getStakingTransactionByHash
- [hmy\_getCurrentTransactionErrorSink](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getcurrenttransactionerrorsink.md): hmy\_getCurrentTransactionErrorSink
- [hmy\_getPendingCrossLinks](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getpendingcrosslinks.md)
- [hmy\_getPendingCXReceipts](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getpendingcxreceipts.md): hmy\_getPendingCXReceipts
- [hmy\_getCXReceiptByHash](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getcxreceiptbyhash.md): hmy\_getCXReceiptByHash
- [hmy\_pendingTransactions](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_pendingtransactions.md): hmy\_pendingTransactions
- [hmy\_sendRawStakingTransaction](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_sendrawstakingtransaction.md): SendRawStakingTransaction
- [hmy\_getTransactionsHistory](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_gettransactionshistory.md): hmy\_getTransactionsHistory
- [hmy\_sendRawTransaction](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_sendrawtransaction.md): SendRawTransaction
- [hmy\_getTransactionReceipt](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_gettransactionreceipt.md): GetTransactionReceipt
- [hmy\_getBlockTransactionCountByHash](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getblocktransactioncountbyhash.md): GetBlockTransactionCount
- [hmy\_getBlockTransactionCountByNumber](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getblocktransactioncountbynumber.md): GetBlockTransactionCount
- [hmy\_getTransactionByHash](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_gettransactionbyhash.md): GetTransaction
- [hmy\_getTransactionByBlockNumberAndIndex](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_gettransactionbyblocknumberandindex.md): GetTransaction
- [hmy\_getTransactionByBlockHashAndIndex](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_gettransactionbyblockhashandindex.md): GetTransactionByBlockHashAndIndex
- [hmy\_getBlockByNumber](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getblockbynumber.md): GetBlockByNumber
- [hmy\_getBlockByHash](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getblockbyhash.md): GetBlockByHash
- [hmy\_getBlocks](https://docs.harmony.one/home/developers/api/methods/transaction-related-methods/hmy_getblocks.md)
- [Contract Related Methods](https://docs.harmony.one/home/developers/api/methods/contract-related-methods.md)
- [hmy\_estimateGas](https://docs.harmony.one/home/developers/api/methods/contract-related-methods/hmy_estimategas.md): hmy\_estimateGas
- [hmy\_getStorageAt](https://docs.harmony.one/home/developers/api/methods/contract-related-methods/hmy_getstorageat.md): hmy\_getStorageAt
- [hmy\_call](https://docs.harmony.one/home/developers/api/methods/contract-related-methods/hmy_call.md): hmy\_call
- [hmy\_getCode](https://docs.harmony.one/home/developers/api/methods/contract-related-methods/hmy_getcode.md): GetCode
- [Protocol Related Methods](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods.md)
- [hmy\_isLastBlock](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/hmy_islastblock.md): hmy\_isLastBlock
- [hmy\_epochLastBlock](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/hmy_epochlastblock.md): hmy\_epochLastBlock
- [hmy\_latestHeader](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/hmy_latestheader.md): hmy\_latestHeader
- [hmy\_getShardingStructure](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/hmy_getshardingstructure.md): GetShardingStructure
- [hmy\_blockNumber](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/hmy_blocknumber.md): BlockNumber
- [hmy\_syncing](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/hmy_syncing.md): Syncing
- [hmy\_gasPrice](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/hmy_gasprice.md): GasPrice
- [net\_peerCount](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/net_peercount.md): Net\_PeerCount
- [hmy\_getEpoch](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/hmy_getepoch.md)
- [hmy\_getLeader](https://docs.harmony.one/home/developers/api/methods/blockchain-related-methods/hmy_getleader.md)
- [Staking Related Methods](https://docs.harmony.one/home/developers/api/methods/staking-related-methods.md)
- [hmy\_getCirculatingSupply](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getcirculatingsupply.md): hmy\_getCirculatingSupply
- [hmy\_getTotalSupply](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_gettotalsupply.md): hmy\_getTotalSupply
- [hmy\_getStakingNetworkInfo](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getstakingnetworkinfo.md)
- [hmy\_getAllValidatorInformation](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getallvalidatorinformation.md): hmy\_getAllValidatorInformation
- [hmy\_getAllValidatorInformationByBlockNumber](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getallvalidatorinformationbyblocknumber.md): hmy\_getAllValidatorInformationByBlockNumber
- [hmy\_getCurrentUtilityMetrics](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getcurrentutilitymetrics.md): hmy\_getCurrentUtilityMetrics
- [hmy\_getDelegationsByValidator](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getdelegationsbyvalidator.md): hmy\_getDelegationsByValidator
- [hmy\_getDelegationsByDelegatorAndValidator](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getdelegationsbydelegatorandvalidator.md): hmy\_getDelegationsByDelegatorAndValidator
- [hmy\_getDelegationsByDelegator](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getdelegationsbydelegator.md): hmy\_getDelegationsByDelegator
- [hmy\_getValidatorMetrics](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getvalidatormetrics.md): hmy\_getValidatorMetrics
- [hmy\_getMedianRawStakeSnapshot](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getmedianrawstakesnapshot.md): hmy\_getMedianRawStakeSnapshot
- [hmy\_getElectedValidatorAddresses](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getactivevalidatoraddresses.md): hmy\_getActiveValidatorsAddresses
- [hmy\_getAllValidatorAddresses](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getallvalidatorsaddresses.md): hmy\_getAllValidatorAddresses
- [hmy\_getCurrentStakingErrorSink](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getcurrentstakingerrorsink.md): hmy\_getCurrentStakingErrorSink
- [hmy\_getValidatorInformation](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getvalidatorinformation.md): hmy\_getValidatorInformation
- [hmy\_getValidators](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getvalidators.md)
- [hmy\_getSignedBlocks](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getsignedblocks.md)
- [hmy\_isBlockSigner](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_isblocksigner.md)
- [hmy\_getBlockSigners](https://docs.harmony.one/home/developers/api/methods/staking-related-methods/hmy_getblocksigners.md)
- [Tracing Methods](https://docs.harmony.one/home/developers/api/methods/tracing-methods.md)
- [trace\_block](https://docs.harmony.one/home/developers/api/methods/tracing-methods/hmy_getcirculatingsupply.md): trace\_block
- [trace\_transaction](https://docs.harmony.one/home/developers/api/methods/tracing-methods/hmy_getcirculatingsupply-1.md): trace\_block
- [Sample Code](https://docs.harmony.one/home/developers/api/sample-code.md): This page provides examples of using the RPC methods in this section.
- [Tools](https://docs.harmony.one/home/developers/tools.md)
- [Harmony VRF](https://docs.harmony.one/home/developers/tools/harmony-vrf.md)
- [The Graph](https://docs.harmony.one/home/developers/tools/the-graph.md)
- [Envio](https://docs.harmony.one/home/developers/tools/envio.md)
- [Ganache](https://docs.harmony.one/home/developers/tools/using-ganache.md): This page describes how to use ganache-cli to connect to Harmony networks.
- [Harmony Ganache](https://docs.harmony.one/home/developers/tools/using-ganache/harmony-ganache.md)
- [Harmony-React](https://docs.harmony.one/home/developers/tools/harmony-react.md): A web3-react toolkit for Harmony wallets
- [Oracles](https://docs.harmony.one/home/developers/tools/oracles.md)
- [Band Protocol](https://docs.harmony.one/home/developers/tools/oracles/oracle-band-protocol.md)
- [Smart Contract Verification](https://docs.harmony.one/home/developers/tools/smart-contract-verification.md)
- [Tutorials](https://docs.harmony.one/home/developers/tutorials.md)
- [Deploying HRC20](https://docs.harmony.one/home/developers/tutorials/deploying-hrc20.md): This tutorial will take you though creating your own HRC20 token. HRC20 is nothing but an ERC20 token deployed on Harmony.
- [Deploying HRC721/NFT](https://docs.harmony.one/home/developers/tutorials/deploying-hrc721-nft.md): This tutorial will take you through creating your own HRC721 or NFT. HRC721 is nothing but ERC721 deployed on Harmony.
- [The Graph - Subgraphs](https://docs.harmony.one/home/developers/tutorials/the-graph-subgraphs.md): This section will guide you through the deployment of subgraphs
- [Building & Deploying Subgraph (local node)](https://docs.harmony.one/home/developers/tutorials/the-graph-subgraphs/building-and-deploying-subgraph-local-node.md): This tutorial will demonstrate how to build a subgraph and deploy it locally
- [Using Band Oracle](https://docs.harmony.one/home/developers/tutorials/using-band-oracle.md)
- [Using Crosschain API](https://docs.harmony.one/home/developers/tutorials/using-crosschain-api.md)
- [Scripts](https://docs.harmony.one/home/developers/tutorials/using-crosschain-api/scripts.md)
- [Testing](https://docs.harmony.one/home/developers/tutorials/using-crosschain-api/testing.md)
- [Webserver](https://docs.harmony.one/home/developers/tutorials/using-crosschain-api/webserver.md)
- [Using Web3.py & Pyhmy](https://docs.harmony.one/home/developers/tutorials/using-web3.py-and-pyhmy.md)
- [Using IPFS & Filecoin](https://docs.harmony.one/home/developers/tutorials/ipfs-filecoin.md)
- [Using IPFS](https://docs.harmony.one/home/developers/tutorials/ipfs-filecoin/using-ipfs.md): This tutorial will show how to use IPFS on harmony blockchain
- [Using NFT.storage](https://docs.harmony.one/home/developers/tutorials/ipfs-filecoin/using-nftstorage.md): This tutorial will teach you how to use NFT.Storage to store NFTs on IPFS and Filecoin for the Harmony blockchain.
- [Indexing HRC20 with Envio](https://docs.harmony.one/home/developers/tutorials/indexing-hrc20-with-envio.md): This tutorial will take you through the process of indexing HRC20 token transfers on the Harmony using Envio.
- [Building a Simple Metaverse Contract](https://docs.harmony.one/home/developers/tutorials/simple-metaverse-contract-with-chainstack.md)
- [Building a Simple Bridge with Ethereum](https://docs.harmony.one/home/developers/tutorials/simple-bridge-with-ethereum.md)
- [Staking for Multisig](https://docs.harmony.one/home/developers/tutorials/staking-for-multisig.md): This documentation explains how to do staking via your multisig safe using https://multisig.harmony.one.
- [DApp Examples](https://docs.harmony.one/home/developers/showcases.md)
- [DApp Samples](https://docs.harmony.one/home/developers/showcases/dapp-samples-on-harmony.md): A set of sample projects to help you build and deploy DApps on Harmony. Prepared for tradfi to defi hackathon.
- [Games](https://docs.harmony.one/home/developers/showcases/games.md)
- [Harmony Puzzle](https://docs.harmony.one/home/developers/showcases/games/harmony-puzzle.md)
- [Cross-Chain](https://docs.harmony.one/home/developers/showcases/cross-chain.md)
- [DeFi](https://docs.harmony.one/home/developers/showcases/defi.md)
- [Hackathons](https://docs.harmony.one/home/developers/showcases/hackathons.md): Notable projects that are built as part of past hackathons.
- [DevPost](https://docs.harmony.one/home/developers/showcases/hackathons/devpost.md)
- [Hack the Horizon](https://docs.harmony.one/home/developers/showcases/hackathons/hack-the-horizon.md)
- [Others](https://docs.harmony.one/home/developers/showcases/other-showcases.md)
- [Wallets](https://docs.harmony.one/home/developers/wallets.md): This page describes how to programmatically interact with Harmony wallets like Metamask, OneWallet, and MathWallet.
- [Metamask](https://docs.harmony.one/home/developers/wallets/metamask.md)
- [Interacting With Metamask](https://docs.harmony.one/home/developers/wallets/metamask/interacting-with-metamask.md): Interacting With MetaMask
- [Using Metamask with Harmony Smart Contracts](https://docs.harmony.one/home/developers/wallets/metamask/using-metamask-with-harmony-smart-contracts.md)
- [Add or Switch to Harmony chain on Metamask](https://docs.harmony.one/home/developers/wallets/metamask/add-or-switch-to-harmony-chain-on-metamask.md): This tutorial help developers to interact with Metamask installed on a user's device, to add (or switch to) the Harmony chain's network.
- [Harmony Chrome Extension Wallet](https://docs.harmony.one/home/developers/wallets/onewallet.md): This wallet has been deprecated
- [Math Wallet](https://docs.harmony.one/home/developers/wallets/mathwallet.md)
- [WalletConnect](https://docs.harmony.one/home/developers/wallets/walletconnect.md)
- [Harmony Stack and Projects](https://docs.harmony.one/home/developers/harmony-stack.md)
