Skip to content

danielkroeni/cairo-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cairo-playground

This repository contains some experiments with Cairo.

  • age-check proves you are at least 18, without revealing your age.
  • anon-bank implements a bank which processes bank transfer transactions without revealing the involved parties and their balances.
    • treemap implements a simple immutable tree map.

Required Setup:

  1. Setup cairo https://www.cairo-lang.org/docs/quickstart.html
  2. Install the starkex crypto package:
> source /Users/dk/cairo_venv/bin/activate
> git clone https://github.com/starkware-libs/starkex-resources.git  
> cd starkex-resources/crypto
> python setup.py build 
> python setup.py install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages