# FAQs

### 1. Where can I find Endless networks and its RPC and Indexer?

[Endless networks](https://docs.endless.link/endless/devbuild/start/networks)

### 2. How to build my own full node and sync to latest mainnet with least efford?

[Using Pre-compiled Binary](https://docs.endless.link/endless/devbuild/nodes/run-a-public-fullnode/deploy-a-pfn/using-precompiled-binary) or [Using Docker](https://docs.endless.link/endless/devbuild/nodes/run-a-public-fullnode/deploy-a-pfn/using-docker)

### 3. How to start my Move contract programming from scratch?

First, you'll need to learn [Move Language](https://docs.endless.link/endless/devbuild/build/learn-the-move-language)

Here is a Move [tutorial](https://docs.endless.link/endless/devbuild/build/tutorials)that covers building and sending transactions, mint NFTs, and publishing your first Move module on Endless chain.
