# Getting Started

## The Basics

To get started with **@poro-wallet/core**, we first need to install the package. Please make sure you have **node.js** and **npm / other nodejs package manager** installed in your machine.

#### Node.js Environment Setup

{% embed url="<https://nodejs.org/en/download/>" %}

#### Package Installation

{% tabs %}
{% tab title="NPM" %}

```bash
npm install @poro-wallet/core
```

{% endtab %}

{% tab title="Yarn" %}

```bash
yarn add @poro-wallet/core
```

{% endtab %}
{% endtabs %}
