# Quickstart

<figure><img src="/files/ULCCtI2cbkluX6H5k5hd" alt="" width="375"><figcaption></figcaption></figure>

Essential is the first declarative blockchain protocol. The protocol implements the declarative principles described in the above sections in a decentralized, permissionless system, architected around the idea of blocks as pure state mutations.

{% hint style="info" %}
Get Started by deploying your first pint smart contract using the ts-sdk
{% endhint %}

### Install Pint&#x20;

This command will install all the necessary files needed such as nix, essential-integration, pint-cli etc.

```
npx scaffold-essential-cli
```

### Compile your pint contracts

```
npm run compile
```

### Download any new updates from essential-integration package ( if any )

```
npm run shell
```

### Deploy your contract locally on the respective ports ( for eg :- builder port 3554 )

```
npm run chain
```


---

# 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://pints-organization.gitbook.io/ts-docs.essential.builder/getting-started/quickstart.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.
