# Alumi

Create a Native Pulumi Provider Package by using the full features of the Pulumi resource model to create a provider for Aleph.im.

## How does it work?

This project is a wrapper of [Aleph SDK](https://github.com/aleph-im/aleph-sdk-ts)

## Getting Started

### Installation

_Please make sure that NodeJS is correctly installed._

```
#install pulumi using cURL
curl -fsSL https://get.pulumi.com | sh
```

If you don't use cURL, check this [Link](https://www.pulumi.com/docs/install/)

### Quickstart

1. Create a new project:

```bash
# replace my-project with the name of your project
mkdir my-project
cd my-project
pulumi new typescript
```

2. You can now edit the file `index.ts` created by pulumi.

### Usage

See [Documentation](./DOCS.md)

## Get involved

You're invited to join this project ! Check out the [contributing guide](./CONTRIBUTING.md).

If you're interested in how the project is organized at a higher level, please contact the current project manager.

## Our PoC team ❤️

Developers  
| [<img src="https://github.com/SloWayyy.png?size=85" width=85><br><sub>Mehdi DJENDAR</sub>](https://github.com/SloWayyy) | [<img src="https://github.com/moonia.png?size=85" width=85><br><sub>mounia ARJDAL</sub>](https://github.com/moonia) | [<img src="https://github.com/sephorah.png?size=85" width=85><br><sub>Séphorah ANIAMBOSSOU</sub>](https://github.com/sephorah) | [<img src="https://github.com/Saverio976.png?size=85" width=85><br><sub>Xavier MITAULT</sub>](https://github.com/Saverio976)
| :---: | :---: | :---: | :---:

Manager
| [<img src="https://github.com/adamdeziri.png?size=85" width=85><br><sub>Adam DEZIRI</sub>](https://github.com/adamdeziri)
| :---: |

<h2 align=center>
Organization
</h2>

<p align='center'>
    <a href="https://www.linkedin.com/company/pocinnovation/mycompany/">
        <img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn logo">
    </a>
    <a href="https://www.instagram.com/pocinnovation/">
        <img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="Instagram logo"
>
    </a>
    <a href="https://twitter.com/PoCInnovation">
        <img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter logo">
    </a>
    <a href="https://discord.com/invite/Yqq2ADGDS7">
        <img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white" alt="Discord logo">
    </a>
</p>
<p align=center>
    <a href="https://www.poc-innovation.fr/">
        <img src="https://img.shields.io/badge/WebSite-1a2b6d?style=for-the-badge&logo=GitHub Sponsors&logoColor=white" alt="Website logo">
    </a>
</p>

> 🚀 Don't hesitate to follow us on our different networks, and put a star 🌟 on `PoC's` repositories

> Made with ❤️ by PoC
