# Quick Start

### Where should I start? <a href="#where-should-i-start" id="where-should-i-start"></a>

\
If you're brand new to BLAST Mainnet, we recommend checking out the [guide to deploying a basic contract (opens new window)](https://github.com/BLASTchain/blast-tutorial/tree/main/getting-started)It'll get you familiar with the core steps required to get a contract deployed to the network. Luckily, BLAST Mainnet is [EVM equivalent (opens new window)](https://medium.com/ethereum-optimism/introducing-evm-equivalence-5c2021deb306), so it's 100% the same as deploying a contract to Ethereum.

If you're a bit more familiar with BLAST and Ethereum, you can try walking through one of the various [tutorials (opens new window)](https://github.com/BLASTchain/blast-tutorial.git)put together by the Blast community. They'll help you get a headstart when building your first Optimistic project.

If you need testnet ETH, you can use our Superchain Faucet (opens new window)or check out these other network faucets options.

### [#](https://community.optimism.io/docs/guides/#guides)Guides <a href="#guides" id="guides"></a>

These guides provide integration guidelines for specific topics. They are intended as one stop shops, and should have all the relevant information you need for completing a specific type of integration, from network information and tutorials to tips and tricks.

We're aiming to maintain guides for many of the common interactions that developers might have with BLAST Mainnet. For example, we have guides for adding BLAST Mainnet support to a wallet or a CEX. We also have guides for getting your [token onto the standard bridge (opens new window)](https://github.com/BLASTchain/blast-tutorial/tree/main/standard-bridge-standard-token)or even [writing your own custom bridge](https://community.optimism.io/docs/guides/bridge-dev.html).

Take a look at the list on the left for a complete list of the guides we've created so far.

#### [#](https://community.optimism.io/docs/guides/#want-a-specific-guide-added)Want a specific guide added? <a href="#want-a-specific-guide-added" id="want-a-specific-guide-added"></a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blastblockchain.com/quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
