Giter Club home page Giter Club logo

starknet-stack's Introduction

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:

  • caller_address: the address who calls this contract. This is automatically handled by the contract
  • identification: the identification you want to give to this stack. You have to specify it.

Here are the methods you can call:

  • view: empty(identification : felt) -> (isEmpty : felt)
  • view: search(identification : felt, valueToSearch : felt) -> (containsValue : felt)
  • view: peek(identification : felt) -> (peekedValue : felt)
  • external: push(identification : felt, valueToPush : felt) -> (pushedValue : felt)
  • external: pop(identification : felt) -> (poppedValue : felt)

Feel free to use it!

Tests

At the moment there are 20 tests covering this implementation:

all tests passed

starknet-stack's People

Contributors

gaetbout avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.