Skip to main content

ape-openzeppelin: Easily use OpenZeppelin in your Ape projects

Project description

Quick Start

Easily use OpenZeppelin dependencies in your Ape projects.

Dependencies

Installation

via pip

You can install the latest release via pip:

pip install ape-openzeppelin

via setuptools

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

git clone https://github.com/antaozoey/ape-openzeppelin.git
cd ape-openzeppelin
python3 setup.py install

Quick Usage

Easily use OpenZeppelin in your Ape project by including a dependency like this:

dependencies:
  - openzeppelin: 4.6.0

You can also change the name of the dependency if needbe. You would need to do this if using multiple versions in the same project:

dependencies:
  - openzeppelin: 3.6.0
    name: openzeppelin_360
  - openzeppelin: 4.6.0
    name: openzeppelin_460

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-openzeppelin-0.6.0.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

ape_openzeppelin-0.6.0-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

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