Skip to main content

Plugin for Ape Ethereum Framework for compiling Solidity contracts

Project description

Ape Solidity

Compile Solidity contracts.

Dependencies

  • python3 version 3.6 or greater, python3-dev

Installation

via pip

You can install the latest release via pip:

pip install ape-solidity

via setuptools

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

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

Quick Usage

In your project, make sure you have a contracts/ directory containing Solidity files (.sol).

Then, while this plugin is installed, compile your contracts:

ape compile

The byte-code and ABI for your contracts should now exist in a __local__.json file in a .build/ directory.

Dependency Mapping

To configure import remapping, use your project's ape-config.yaml file:

solidity:
  import_remapping:
    - "@openzeppelin=path/to/open_zeppelin/contracts"

If you are using the dependencies: key in your ape-config.yaml, ape can automatically search those dependencies for the path.

dependencies:
  open_zeppelin: OpenZeppelin/openzeppelin-contracts@4.4.0

solidity:
  import_remapping:
    - "@openzeppelin=open_zeppelin/contracts"

Once you have your dependencies configured, you can import packages using your import keys:

import "@openzeppelin/token/ERC721/ERC721.sol";

Development

This project is in early development and should be considered an alpha. Things might not work, breaking changes are likely. Comments, questions, criticisms and pull requests are welcomed.

License

This project is licensed under the Apache 2.0.

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-solidity-0.1.0a4.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

ape_solidity-0.1.0a4-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file ape-solidity-0.1.0a4.tar.gz.

File metadata

  • Download URL: ape-solidity-0.1.0a4.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ape-solidity-0.1.0a4.tar.gz
Algorithm Hash digest
SHA256 25ea4d87b5f8855c3fcc9f71fb53c45a7016c7d3e34855c12bb2c7d710d39ef7
MD5 38ddb24fdadcaf9a912df6d2c3136bfc
BLAKE2b-256 65d7ded4b62621f80559e33fcb643d83aaa17e3431fa5fd5636794b7c458d200

See more details on using hashes here.

File details

Details for the file ape_solidity-0.1.0a4-py3-none-any.whl.

File metadata

  • Download URL: ape_solidity-0.1.0a4-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for ape_solidity-0.1.0a4-py3-none-any.whl
Algorithm Hash digest
SHA256 f8c6fdd745e7e476254d81939d41e86b47a5490c4378d156a3617d467ff2e173
MD5 4a84335c59895619067215ebca43f120
BLAKE2b-256 9e2297dfac40f5132edb317feac1e68b902a21d0a88f9414f6014ca6b1a9f52d

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