Home

Awesome

Setup

You need a cairo envrionement to follow, I suggesst you doing this.
Afterwards, you can create a hardhat environment To setup the environment, follow this tutorial

Description

This project had for main objective to install hardhat, and understand how to write tests.
Maybe I'll add more data structure in the future, so keep posted!

This is a simple Stack (FIFO).
You can either use it in your own contract or deploy it and use it as an external contract.
It is based on two variables:

Here are the methods you can call:

Feel free to use it!

Tests

At the moment there are 20 tests covering this implementation:

all tests passed