Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.41 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.41 KB

🔴 Deployed at https://www.stark-utils.xyz/converter 🔴

Description

This repository is a Fork.
Stark-utils is a simple web application that aims at being a toolbox for Cairo developpers.
It allows to:

  • Converter: Convert any input to a felt, a string, the hexadecimal value, ...

History (page removed)

  • Status checker: Check the status of a Tx
    Reason: Better using a block explorer
  • Call function: Allows to call a specific contract at specific etry point with sepcific inputs
    Reason: Better using a block explorer
  • L1->L2: Allows to compute the hash of a TX sent to L2 Outdated
  • Signature: Unusable

TODO list

Dev Tools for StarkNet

install dependencies

npm run install

serve local

npm run serve

build

npm run build

**lint**

npm run lint