Skip to content

A set of librairies in Cairo for use on StarkNet

Notifications You must be signed in to change notification settings

rajivpo/starknet-libs

 
 

Repository files navigation

Sekai StarkNet Libraries

A series of libraries to help using Cairo on StarkNet.

Examples for use in other Cairo contracts are provided in examples.

Contents

Local run

pip install -r requirements.txt
yarn

To run the tests use one terminal for the local devnet

yarn net

And a second one to test

yarn test

Libraries

Cairo String

Library to store & manipulate strings in Cairo on StarkNet.

Utilities to use those strings in TypeScript apps are located here.

The doc needs to be written but the code is commented using Python Docstrings standards (kinda)

About

A set of librairies in Cairo for use on StarkNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%