Skip to main content

ape-cairo: A compiler plugin for the cairo programming language

Project description

Quick Start

Ape compiler plugin around the Cairo language.

Dependencies

  • python3 version 3.8 or greater, python3-dev

Installation

via pip

You can install the latest release via pip:

pip install ape-cairo

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/ApeWorX/ape-cairo.git
cd ape-cairo
python3 setup.py install

Quick Usage

In a project directory where there are .cairo files in your contracts/ directory, run the compile command:

ape compile

Configure Dependencies

You can configure dependencies, such as from GitHub, using your ape-config.yaml file.

There are two things you need to add:

  1. Add your dependency to Ape's root dependencies: key to trigger downloading and compiling it.
  2. Configure the ape-cairo plugin to load that dependency in your project.

For more information on dependencies, see this guide.

Your ape-config.yaml will look something like:

dependencies:
  - name: OpenZeppelinCairo
    github: OpenZeppelin/cairo-contracts
    version: 0.1.0
    contracts_folder: src

cairo:
  dependencies:
    - OpenZeppelinCairo@0.1.0

NOTE: We are changing the contracts/ folder to be src for this dependency.

Now, in my contracts/ folder, I can import from openzeppelin:

from openzeppelin.token.erc20.library import (
    ERC20_name,
    ERC20_symbol,
    ERC20_totalSupply,
    ERC20_decimals,
    ERC20_balanceOf,
    ERC20_allowance,
    ERC20_mint,
    ERC20_burn,
    ERC20_initializer,
    ERC20_approve,
    ERC20_increaseAllowance,
    ERC20_decreaseAllowance,
    ERC20_transfer,
    ERC20_transferFrom
)

Development

This project is in development and should be considered a beta. Things might not be in their final state and breaking changes may occur. Comments, questions, criticisms and pull requests are welcomed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ape-cairo-0.5.0a3.tar.gz (21.3 kB view details)

Uploaded Source

Built Distribution

ape_cairo-0.5.0a3-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file ape-cairo-0.5.0a3.tar.gz.

File metadata

  • Download URL: ape-cairo-0.5.0a3.tar.gz
  • Upload date:
  • Size: 21.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for ape-cairo-0.5.0a3.tar.gz
Algorithm Hash digest
SHA256 2b88f1323a892d6b6cfc0db4192d509dab900a26d41ab45f73c2bbaee8d3af4c
MD5 313bfb15baeb2bbce4fd8f6842b52686
BLAKE2b-256 691a0deb2c6ab0b57fd83b51664f33b36c7dc251bcd34986f8edfee1c18132e9

See more details on using hashes here.

File details

Details for the file ape_cairo-0.5.0a3-py3-none-any.whl.

File metadata

  • Download URL: ape_cairo-0.5.0a3-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for ape_cairo-0.5.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 747d5f3fbd0b46b29b723ef4a999fbfbd399bd3fa68525ecbf8e2cf5e3627609
MD5 8f8c675af0b9d0852ae08ac6eb231a06
BLAKE2b-256 58515a725ce0ee3e68cdbf980fd60a245047b3249e7211c899d773d14b4fb7a0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page